Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv608
Modified Files:
Browse.pm
Log Message:
"Current location" bar now has clickable "[root]" instead of clickable
"/" ( which was just impossible to hit ;)
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -U2 -r1.28 -r1.29
--- Browse.pm 2002/01/18 20:52:55 1.28
+++ Browse.pm 2002/01/23 21:04:47 1.29
@@ -75,5 +75,5 @@
unless ($count) {
my %row_data;
- $row_data{LOCATION_LINK} = "/";
+ $row_data{LOCATION_LINK} = "[root]";
$row_data{LOCATION_FULL} = "/";
$row_data{PROGNAME} = "$progname";
|