Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv30636/bin
Modified Files:
sandweb.cgi
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: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.242
retrieving revision 1.243
diff -U2 -r1.242 -r1.243
--- sandweb.cgi 1 Mar 2002 08:10:11 -0000 1.242
+++ sandweb.cgi 1 Mar 2002 08:33:38 -0000 1.243
@@ -1670,5 +1670,5 @@
);
print CGI::header( -cookie => $ck_auth );
- $ui->print_screen(
+ $ui->print_popup(
TITLE=> 'SandWeb : commit file(s)',
MENU_TITLE => 'SandWeb',
|