do not include description in link to popup
authorjeff <jeff>
Thu, 19 Jul 2007 14:05:41 +0000 (14:05 +0000)
committerjeff <jeff>
Thu, 19 Jul 2007 14:05:41 +0000 (14:05 +0000)
httemplate/config/config-view.cgi

index 5f21663..4d709e8 100644 (file)
@@ -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>&nbsp;-&nbsp;<% $i->description %>
-      </a></td>
+        <b><% $i->key %></b></a>&nbsp;-&nbsp;<% $i->description %>
+      </td>
       <td><table border=0>
 % foreach my $type ( ref($i->type) ? @{$i->type} : $i->type ) {
 %             my $n = 0;