X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig.cgi;h=409869e11517619d081adc42878d8d8f92172618;hp=5013de0dc2573f5eca8f4f5bf734b83358f437e4;hb=0718d6c7bc61075243d2f44f0df30fe6431f0f72;hpb=daac302e231e2e09b84e771c0413b0f2119c52e8 diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index 5013de0dc..409869e11 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -25,13 +25,13 @@ function SafeOnsubmit() {
<% foreach my $section ( qw(required billing username password UI session - shell mail radius apache BIND + shell BIND ), '', 'deprecated') { %> <% foreach my $nav_section ( qw(required billing username password UI session - shell mail radius apache BIND + shell BIND ), '', 'deprecated') { %> <% if ( $section eq $nav_section ) { %> @@ -57,20 +57,20 @@ function SafeOnsubmit() { <% if ( $type eq '' ) { %> no type <% } elsif ( $type eq 'textarea' ) { %> - + <% } elsif ( $type eq 'checkbox' ) { %> exists($i->key) ? ' CHECKED' : '' %>> <% } elsif ( $type eq 'text' ) { %> - <% } elsif ( $type eq 'select' ) { %> - > <% my %saw; foreach my $value ( "", @{$i->select_enum} ) { local($^W)=0; next if $saw{$value}++; %> -