diff options
author | mark <mark> | 2011-10-01 01:49:01 +0000 |
---|---|---|
committer | mark <mark> | 2011-10-01 01:49:01 +0000 |
commit | 5561143b7d2e7e153302017e1d3ecdf7caa7dba8 (patch) | |
tree | 6b64acd0835e0c41c39a970ced043c2eabdbe0e2 /httemplate/config | |
parent | f38a8a7b537c33676dbba48cbd64a735fc0101eb (diff) |
minor config UI glitch
Diffstat (limited to 'httemplate/config')
-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 ) { |