Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv24638/lib/SandWeb
Modified Files:
Browse.pm
Log Message:
file actions are now implemented as a toolbar instead of a pulldown
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -U2 -r1.36 -r1.37
--- Browse.pm 2002/01/28 20:24:42 1.36
+++ Browse.pm 2002/01/29 01:32:27 1.37
@@ -196,13 +196,4 @@
$content->param( VCS_CMD_LOOP => \@loop_data );
- @loop_data = ();
-
- foreach my $file_command (@file_commands) {
- my %row_data;
- $row_data{FILE_CMD} = "$file_command";
- push (@loop_data, \%row_data);
- }
- $content->param( FILE_CMD_LOOP => \@loop_data );
-
return $content->output;
}
|