Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv30636/lib/SandWeb
Modified Files:
UI.pm
Log Message:
actually this looks pretty good overall, delete looks weird, VCS->tag
needs to be implemented correctly, and rename_file needs to be implemented.
they all need menus, and rename_file needs to be implemented in File.
I think everything will be cool then though.
Index: UI.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/UI.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -U2 -r1.28 -r1.29
--- UI.pm 1 Mar 2002 08:10:12 -0000 1.28
+++ UI.pm 1 Mar 2002 08:33:38 -0000 1.29
@@ -85,4 +85,5 @@
$output->param(
TITLE => $args{'TITLE'},
+ SUBMENU_TITLE => $args{'SUBMENU_TITLE'},
MENU_TITLE => $args{'MENU_TITLE'},
CONTENT => $args{'CONTENT'},
|