Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv11980/bin
Modified Files:
sandweb.cgi
Log Message:
* default menu now sandbox menu
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.159
retrieving revision 1.160
diff -U2 -r1.159 -r1.160
--- sandweb.cgi 11 Feb 2002 02:47:15 -0000 1.159
+++ sandweb.cgi 11 Feb 2002 08:55:33 -0000 1.160
@@ -113,5 +113,5 @@
unless ($action) {
# with auth cookie, default is main_menu
- main_menu( ck_auth => $ck_auth );
+ sandbox_menu( ck_auth => $ck_auth );
}
else {
@@ -944,7 +944,7 @@
print CGI::header( -cookie => $ck_auth );
$ui->print_screen(
- TITLE=> 'SandWeb : checkout file',
+ TITLE=> 'SandWeb : checkout',
MENU_TITLE => 'SandWeb',
- SUBMENU_TITLE => 'checkout file',
+ SUBMENU_TITLE => 'checkout',
FOOTER => '',
CONTENT => $content,
|