[Rt-commit] [svn] r1514 - in rt/branches/3.3-TESTING: . html/Search
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Sun Sep 19 21:02:01 EDT 2004
Author: jesse
Date: Sun Sep 19 21:02:01 2004
New Revision: 1514
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/html/Search/Results.html
Log:
r10267 at tinbook (orig r1487): jesse | 2004-09-14T16:14:00.320887Z
r10266 at tinbook: jesse | 2004-09-14T16:14:14.588686Z
RT-Ticket: 5836
RT-Status: resolved
RT-ACtion: reply
Added back a "ticket refresh" dropdown on the search results page.
Thanks to Dirk Pape.
Modified: rt/branches/3.3-TESTING/html/Search/Results.html
==============================================================================
--- rt/branches/3.3-TESTING/html/Search/Results.html (original)
+++ rt/branches/3.3-TESTING/html/Search/Results.html Sun Sep 19 21:02:01 2004
@@ -65,6 +65,19 @@
&>
<div align=right>
+<form method=get action="<%$RT::WebPath%>/Search/Results.html">
+<input type="hidden" name="Query" value="<%$Query%>" />
+<input type="hidden" name="Format" value="<%$Format%>" />
+<input type="hidden" name="HideResults" value="<%$HideResults%>" />
+<input type="hidden" name="Rows" value="<%$Rows%>" />
+<input type="hidden" name="Page" value="<%$Page%>" />
+<input type="hidden" name="OrderBy" value="<%$OrderBy%>" />
+<input type="hidden" name="Order" value="<%$Order%>" />
+<& /Elements/Refresh, Name => 'TicketsRefreshInterval', Default => $session {'tickets_refresh_interval'} &>
+<input type=submit value="<&|/l&>Go!</&>">
+</form>
+</div>
+<div align=right>
<a href="<%$RT::WebPath%>/Search/Bulk.html<%$QueryString%>"><&|/l&>Update multiple tickets</&></a><br>
<a href="<%$RT::WebPath%>/Search/Results.html<%$QueryString%>"><&|/l&>Bookmarkable link</&></a><br>
<a href="<%$RT::WebPath%>/Search/Results.tsv<%$QueryString%>"><&|/l&>spreadsheet</&></a> |
@@ -104,6 +117,9 @@
Page => $Page);
+if ($ARGS{'TicketsRefreshInterval'}) {
+ $session{'tickets_refresh_interval'} = $ARGS{'TicketsRefreshInterval'};
+}
</%INIT>
<%CLEANUP>
More information about the Rt-commit
mailing list