[freeside-commits] freeside/httemplate/config config-view.cgi, 1.17, 1.18
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Jul 19 07:05:43 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail:/tmp/cvs-serv13523
Modified Files:
config-view.cgi
Log Message:
do not include description in link to popup
Index: config-view.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config-view.cgi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- config-view.cgi 18 Jul 2007 18:07:38 -0000 1.17
+++ config-view.cgi 19 Jul 2007 14:05:41 -0000 1.18
@@ -48,8 +48,8 @@
<tr>
<td><a href="javascript:void(0);" onClick="overlib( OLiframeContent('config.cgi?key=<% $i->key %>;agentnum=<% $agentnum %>', 522, 336, 'config_popup' ), CAPTION, 'Enter configuration value', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK ); return false;" name="<% $i->key %>">
- <b><% $i->key %></b> - <% $i->description %>
- </a></td>
+ <b><% $i->key %></b></a> - <% $i->description %>
+ </td>
<td><table border=0>
% foreach my $type ( ref($i->type) ? @{$i->type} : $i->type ) {
% my $n = 0;
More information about the freeside-commits
mailing list