X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig.cgi;h=19775c7aa45b27ada50705b20266c8f612a748f8;hb=e8dc13cd1af07846cd3015986f3a3fd34cdcdaea;hp=972ec06a40bee15db6e2c3741ba06655c441eecf;hpb=da6df9f67f3db20a41ad9244db3f829600f678fd;p=freeside.git diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index 972ec06a4..19775c7aa 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -1,13 +1,14 @@ + <%= header('Edit Configuration', menubar( 'Main Menu' => $p ) ) %> <% my $conf = new FS::Conf; my @config_items = $conf->config_items; %> -
+ <% foreach my $section ( qw(required billing username password UI session shell mail radius apache BIND ), - '', 'depreciated') { %> + '', 'deprecated') { %> <%= table("#cccccc", 2) %> @@ -29,6 +30,16 @@ exists($i->key) ? ' CHECKED' : '' %>> <% } elsif ( $type eq 'text' ) { %> + <% } elsif ( $type eq 'select' ) { %> +