[Rt-commit] r4790 - in rtir/branches/1.9-EXPERIMENTAL:
html/RTIR/Report
ruz at bestpractical.com
ruz at bestpractical.com
Wed Mar 22 09:58:05 EST 2006
Author: ruz
Date: Wed Mar 22 09:58:05 2006
New Revision: 4790
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Report/BulkReject.html
Log:
r981 at cubic-pc: cubic | 2006-03-21 04:32:19 +0300
* add navigation to bulk reject page
* fix tabs highlighting
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Report/BulkReject.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Report/BulkReject.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Report/BulkReject.html Wed Mar 22 09:58:05 2006
@@ -46,6 +46,7 @@
Page => $Page,
OrderBy => $OrderBy,
Order => $Order,
+ ShowNavigation => 1,
&>
% if( $session{'tickets'}->Count ) {
@@ -148,7 +149,7 @@
Order => $Order,
);
my $BaseURL = "RTIR/Report/BulkReject.html?"
- . $m->comp('/Elements/QueryString', Queue => $Queue, Status => $Status);
+ . $m->comp('/Elements/QueryString', Queue => $Queue);
my $current_tab = "$BaseURL&$QueryString";
</%INIT>
More information about the Rt-commit
mailing list