diff options
author | mark <mark> | 2011-10-01 01:49:10 +0000 |
---|---|---|
committer | mark <mark> | 2011-10-01 01:49:10 +0000 |
commit | 3a8649735e3aedcb5c5d141995067248af410192 (patch) | |
tree | c1c21d4f46921d63856d75064a77ec5edadce05f | |
parent | 91b8edf5c5930a5364168b6a0860859b0932bdf3 (diff) |
minor config UI glitch
-rw-r--r-- | httemplate/config/config-process.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index c62a8c784..3dcb1d3ef 100644 --- a/httemplate/config/config-process.cgi +++ b/httemplate/config/config-process.cgi @@ -25,7 +25,7 @@ % } % %} else { -<& /elements/header.html, 'Configuration set' &> +<& /elements/header-popup.html, 'Configuration set' &> <SCRIPT TYPE="text/javascript"> % my $n = 0; % foreach my $type ( ref($i->type) ? @{$i->type} : $i->type ) { |