X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig-view.cgi;h=138ec4737069c8eb1bca5dcf8f362fef25fad8eb;hb=e8dc13cd1af07846cd3015986f3a3fd34cdcdaea;hp=4b668498013bb578f5c6cbeba14080ad6013f8cf;hpb=da6df9f67f3db20a41ad9244db3f829600f678fd;p=freeside.git diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 4b6684980..138ec4737 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -1,3 +1,4 @@ + <%= header('View Configuration', menubar( 'Main Menu' => $p, 'Edit Configuration' => 'config.cgi' ) ) %> @@ -6,7 +7,7 @@ <% foreach my $section ( qw(required billing username password UI session shell mail radius apache BIND ), - '', 'depreciated') { %> + '', 'deprecated') { %> <%= table("#cccccc", 2) %> @@ -31,7 +32,7 @@ <% } elsif ( $type eq 'checkbox' ) { %> YES' : 'ff0000">NO' %> - <% } elsif ( $type eq 'text' ) { %> + <% } elsif ( $type eq 'text' || $type eq 'select' ) { %> <%= $conf->exists($i->key) ? $conf->config($i->key) : '' %> <% } else { %>