Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv24009
Modified Files:
sandbox.html
Log Message:
* added 'update' to function section in sandbox menu (module listing)
so now you can 'delete' or 'update' a module.
Index: sandbox.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- sandbox.html 2002/01/31 23:30:35 1.5
+++ sandbox.html 2002/02/01 03:44:03 1.6
@@ -38,5 +38,9 @@
</td>
<td width="15%" align="center">
- <font size="2">[<a href="<TMPL_VAR NAME=PROGNAME>?action=module_delete_menu&module_name=<TMPL_VAR NAME="MODULE_NAME">">delete</a>]</font>
+ <font size="2">
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=module_update_menu&module_name=<TMPL_VAR NAME="MODULE_NAME">">update</a>
+ |
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=module_delete_menu&module_name=<TMPL_VAR NAME="MODULE_NAME">">delete</a>
+ </font>
</td>
</tr>
|