[rt-commit] [svn] r681 - in rt/branches/rt-3.1: . html/Elements html/Search/Elements

jesse at fsck.com jesse at fsck.com
Wed Apr 7 00:31:24 EDT 2004


Author: jesse
Date: Wed Apr  7 00:31:24 2004
New Revision: 681

Modified:
   rt/branches/rt-3.1/   (props changed)
   rt/branches/rt-3.1/html/Elements/TicketList
   rt/branches/rt-3.1/html/Search/Elements/EditSearches
Log:
 ----------------------------------------------------------------------
 r1149 at tinbook:  jesse | 2004-04-07T03:22:40.938051Z
 
 Removed automatic button click on search name update
 
 ----------------------------------------------------------------------
 r1150 at tinbook:  jesse | 2004-04-07T04:27:40.307929Z
 
 Restored search paging functionality
 ----------------------------------------------------------------------
 

Modified: rt/branches/rt-3.1/html/Elements/TicketList
==============================================================================
--- rt/branches/rt-3.1/html/Elements/TicketList	(original)
+++ rt/branches/rt-3.1/html/Elements/TicketList	Wed Apr  7 00:31:24 2004
@@ -41,6 +41,9 @@
 % if ($ShowNavigation) {
 <hr>
 <&|/l, $Page, int($TotalFound/$Rows)+1&>Page [_1] of [_2]</&>
+% # The format needs escaping before we pass it out. specifically, we need to escape things tahmason things are kosher in urls
+% $Format =~ s/#/%23/g;
+% $Format =~ s/&/%26/g;
 % if ($Page != 1) {
 <A href="<%$BaseURL%>?Page=<%$Page-1%>&Rows=<%$Rows%>&Format=<%$Format%>&Query=<%$Query%>"><&|/l&>Previous Page</&></a>
 % }

Modified: rt/branches/rt-3.1/html/Search/Elements/EditSearches
==============================================================================
--- rt/branches/rt-3.1/html/Search/Elements/EditSearches	(original)
+++ rt/branches/rt-3.1/html/Search/Elements/EditSearches	Wed Apr  7 00:31:24 2004
@@ -7,7 +7,7 @@
 <& SelectSearchObject, Name => 'Owner', Objects => \@Objects &><br>
 % }
 <&|/l&>Description</&>:<br>
-<font size="-1"><input size="25" name="Description" value="<%$CurrentSearch->{'Description'}%>" onChange="BuildQuery.Save.click()"></font>
+<font size="-1"><input size="25" name="Description" value="<%$CurrentSearch->{'Description'}%>"></font>
 <br>
 % if ($SearchId ne 'new') {
 <input type="submit" name="Revert" value="<%loc('Revert')%>">



More information about the Rt-commit mailing list