No subject


Thu Oct 13 11:38:50 EDT 2022


Find new tickets box, you get a broken display on the resulting
Listing page.  The "Search Criteria" and "Refine Search" boxes are
caddy corner to each other rather than next to each other.  The error
is in the Search/PickRestriction template:

--- Search/#PickRestriction~    Tue Jul 24 11:03:17 2001
+++ Search/PickRestriction      Tue Jul 24 11:03:17 2001
@@ -1,6 +1,6 @@
 %# $Header: /raid/cvsroot/rt/webrt/Search/Attic/PickRestriction,v 1.1.2.25 2001/07/24 04:21:21 jesse Exp $
 <FORM ACTION="Listing.html" METHOD="GET">
-<INPUT TYPE=HIDDEN NAME="Bookmark" VALUE="<%$session{'tickets'}->FreezeLimits()|u%>
+<INPUT TYPE=HIDDEN NAME="Bookmark" VALUE="<%$session{'tickets'}->FreezeLimits()|u%>">
 <& /Elements/TitleBoxStart, title => 'Refine Search'&>
 <INPUT TYPE=HIDDEN NAME="CompileRestriction" VALUE=1>
 
Basically, the HIDDEN field doesn't have a closing quote on the value
and bracket on the tag.




More information about the rt-users mailing list