[Rt-commit] r13667 - in rt/3.8/trunk: share/html/Search
kyoki at bestpractical.com
kyoki at bestpractical.com
Fri Jun 27 15:07:42 EDT 2008
Author: kyoki
Date: Fri Jun 27 15:07:35 2008
New Revision: 13667
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Search/Bulk.html
Log:
r23442 at nyx: kyoki | 2008-06-27 15:07:30 -0400
fixed Bulk.html so that row preferences work
Modified: rt/3.8/trunk/share/html/Search/Bulk.html
==============================================================================
--- rt/3.8/trunk/share/html/Search/Bulk.html (original)
+++ rt/3.8/trunk/share/html/Search/Bulk.html Fri Jun 27 15:07:35 2008
@@ -206,6 +206,7 @@
<%INIT>
+$Rows = $RowsPerPage unless (defined $Rows);
my $title = loc("Update multiple tickets");
# Iterate through the ARGS hash and remove anything with a null value.
@@ -380,6 +381,7 @@
$Format => undef
$Page => 1
$Rows => undef
+$RowsPerPage => undef
$Order => 'ASC'
$OrderBy => 'id'
$Query => undef
More information about the Rt-commit
mailing list