[Rt-commit] [svn] r1008 - in rt/branches/rt-3.1: . html/Elements
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Sun Jun 6 19:05:02 EDT 2004
Author: jesse
Date: Sun Jun 6 19:05:02 2004
New Revision: 1008
Modified:
rt/branches/rt-3.1/ (props changed)
rt/branches/rt-3.1/html/Elements/TicketList
Log:
----------------------------------------------------------------------
r1802 at tinbook: jesse | 2004-06-06T23:05:04.113555Z
Fixing html for search paging AGAIN
----------------------------------------------------------------------
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 Sun Jun 6 19:05:02 2004
@@ -53,10 +53,10 @@
Page => ($Page+1));
</%perl>
% if ($Page > 1) {
-<A href="<%$BaseURL%><%$prev%><&|/l&>Previous Page</&></a>
+<A href="<%$BaseURL%><%$prev%>"><&|/l&>Previous Page</&></a>
% }
% if (($Page * $Rows) < $TotalFound) {
-<A href="<%$BaseURL%><%$next%><&|/l&>Next Page</&></a>
+<A href="<%$BaseURL%><%$next%>"><&|/l&>Next Page</&></a>
% }
% }
<%INIT>
More information about the Rt-commit
mailing list