summaryrefslogtreecommitdiff
path: root/httemplate/config/config-view.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-07-19 14:05:41 +0000
committerjeff <jeff>2007-07-19 14:05:41 +0000
commit2af3df50fe02e8558ebdf94c426fa3dc6cb246b1 (patch)
tree5da567ac2e52751557f8139828c517e5305f0ff4 /httemplate/config/config-view.cgi
parent425d01722889a0d566a43a9a6e4c053b0d26331d (diff)
do not include description in link to popup
Diffstat (limited to 'httemplate/config/config-view.cgi')
-rw-r--r--httemplate/config/config-view.cgi4
1 files changed, 2 insertions, 2 deletions
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 @@
<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;