Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv29540/lib/SandWeb
Modified Files:
Browse.pm
Log Message:
changed browse_repository to browse_module
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -U2 -r1.34 -r1.35
--- Browse.pm 2002/01/27 00:33:30 1.34
+++ Browse.pm 2002/01/27 01:48:04 1.35
@@ -53,5 +53,5 @@
}
- my $content = HTML::Template->new( filename => "$template_dir/browse_repository.html" );
+ my $content = HTML::Template->new( filename => "$template_dir/browse_module.html" );
if ($location eq '/') {
$location = '';
@@ -135,5 +135,5 @@
}
$row_data{FILETYPE} = "dir";
- $row_data{LINK} = "action=browse_repository_menu&location=$location/$filename";
+ $row_data{LINK} = "action=browse_module_menu&location=$location/$filename";
if ($counter eq "0") {
$row_data{COLOR} = "$color0";
|