[Rt-commit] r6990 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.2:
html/Search
ruz at bestpractical.com
ruz at bestpractical.com
Tue Feb 13 09:37:22 EST 2007
Author: ruz
Date: Tue Feb 13 09:37:21 2007
New Revision: 6990
Modified:
rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/ (props changed)
rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Search/Simple.html
Log:
r4535 at cubic-pc (orig r6920): kevinr | 2007-02-05 03:09:35 +0300
r18330 at sad-girl-in-snow: kevinr | 2007-02-04 19:08:22 -0500
RT-Ticket: 8169
RT-Status: open
RT-Update: comment
Added a missing </div> to the Simple Search page. Thanks to Arran Cudbard-Bell
for the catch.
Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Search/Simple.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Search/Simple.html (original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Search/Simple.html Tue Feb 13 09:37:21 2007
@@ -62,6 +62,7 @@
<div align="center">
<input name="q" size="60" /><input type="submit" class="button" value="<&|/l&>Search</&>" />
</div>
+</div>
<%INIT>
my $title = loc("Search for tickets");
More information about the Rt-commit
mailing list