X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig-view.cgi;fp=httemplate%2Fconfig%2Fconfig-view.cgi;h=e7cadbe9938e78e4be6352179641e12dcf0264e9;hp=4c90ebb8d7de6572a260877a4d3b0be00aa816b8;hb=4665d5af02f915679207a369222472a25e137c9d;hpb=4b80fe118da16b21603fcdbd090bc03d8fbf0578 diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 4c90ebb8d..e7cadbe99 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -207,8 +207,16 @@ Click on a configuration value to change it. +% if ( $i->multiple ) { + <% join('
', + map { $_ . ": " . &{ $i->option_sub }($_) } + $conf->config($i->key,$agentnum) + ) + %> +% } else { <% $conf->config($i->key, $agentnum) %>: <% &{ $i->option_sub }( $conf->config($i->key, $agentnum) ) %> +% }