[freeside-commits] freeside/httemplate/config config-view.cgi, 1.20, 1.21
Ivan,,,
ivan at wavetail.420.am
Mon Mar 31 14:45:02 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv14255/config
Modified Files:
config-view.cgi
Log Message:
move config edit popup to elements/popup_link.html
Index: config-view.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config-view.cgi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- config-view.cgi 22 Sep 2007 21:31:13 -0000 1.20
+++ config-view.cgi 31 Mar 2008 21:45:00 -0000 1.21
@@ -59,9 +59,16 @@
% }
<tr>
- <td><a href="javascript:void(0);" onClick="overlib( OLiframeContent('config.cgi?key=<% $i->key %>;agentnum=<% $agentnum %>', <% $width %>, <% $height %>, 'config_popup' ), CAPTION, 'Enter configuration value', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK ); return false;" name="<% $i->key %>">
-%# <b><% $i->key %></b></a> - <% $i->description %>
- <b><% $i->key %></b></a>: <% $i->description %>
+ <td><% include('/elements/popup_link.html',
+ 'action' => 'config.cgi?key='. $i->key.
+ ';agentnum='. $agentnum,
+ 'width' => $width,
+ 'height' => $height,
+ 'actionlabel' => 'Enter configuration value',
+ 'label' => '<b>'. $i->key. '</b>',
+ 'aname' => $i->key,
+ )
+ %>: <% $i->description %>
</td>
<td><table border=0>
% foreach my $type (@types) {
More information about the freeside-commits
mailing list