From c582e92888b4a5553e1b4e5214cf35217e4a0cf0 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 11 Nov 2004 12:13:50 +0000 Subject: import rt 3.0.12 --- rt/html/Search/Listing.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'rt/html/Search/Listing.html') diff --git a/rt/html/Search/Listing.html b/rt/html/Search/Listing.html index 508534549..68b1fd75c 100644 --- a/rt/html/Search/Listing.html +++ b/rt/html/Search/Listing.html @@ -37,16 +37,16 @@
-<&|/l&>First page +<&|/l&>First page    % if ( $session{'tickets'}->FirstRow >= $session{'tickets_rows_per_page'}-1 ) { -<<&|/l&>Previous page +<<&|/l&>Previous page    % } % if ( $session{'tickets'}->FirstRow + $session{'tickets_rows_per_page'} < $ticketcount ) { -<&|/l&>Next page> +<&|/l&>Next page> % } -%#  
<&|/l&>Goto page
+%#  
<&|/l&>Goto page
@@ -57,7 +57,7 @@ -<&|/l&>Update all these tickets at once +<&|/l&>Update all these tickets at once @@ -75,7 +75,7 @@ %}

-<&|/l&>Bookmarkable URL for this search +<&|/l&>Bookmarkable URL for this search <& /Elements/TitleBoxEnd&> @@ -96,6 +96,7 @@ if ($session{'tickets'}) { } if ( ($ARGS{'ClearRestrictions'}) || ($ARGS{'NewSearch'}) ) { $session{'tickets'}->ClearRestrictions; + $session{'tickets'}->CleanSlate; } } ProcessSearchQuery(ARGS=>\%ARGS); -- cgit v1.2.1