From: jeff Date: Thu, 19 Jul 2007 14:05:41 +0000 (+0000) Subject: do not include description in link to popup X-Git-Tag: TRIXBOX_2_6~449 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=2af3df50fe02e8558ebdf94c426fa3dc6cb246b1;p=freeside.git do not include description in link to popup --- diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 5f2166320..4d709e8c2 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -48,8 +48,8 @@ - <% $i->key %> - <% $i->description %> - + <% $i->key %> - <% $i->description %> + % foreach my $type ( ref($i->type) ? @{$i->type} : $i->type ) { % my $n = 0;