From: Rob H. <for...@us...> - 2002-01-27 00:03:55
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv9811/lib/SandWeb Modified Files: Browse.pm Log Message: changed "browse_menu" to "browse_repository_menu" Index: Browse.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v retrieving revision 1.31 retrieving revision 1.32 diff -U2 -r1.31 -r1.32 --- Browse.pm 2002/01/26 23:27:59 1.31 +++ Browse.pm 2002/01/27 00:03:52 1.32 @@ -54,6 +54,4 @@ my $content = HTML::Template->new( filename => "$template_dir/browse.html" ); - my $location; - if ($location eq '/') { $location = ''; @@ -95,5 +93,5 @@ $content->param( PROGNAME => $progname, - LOCATION => $location, + LOCATION => $location, LOCATION_LOOP => \@loop_data, ); @@ -137,5 +135,5 @@ } $row_data{FILETYPE} = "dir"; - $row_data{LINK} = "action=browse_menu&location=$location/$filename"; + $row_data{LINK} = "action=browse_repository_menu&location=$location/$filename"; if ($counter eq "0") { $row_data{COLOR} = "$color0"; |