[open-ils-commits] r992 - conifer/branches/rel_1_6_1/web/opac/skin/lul/xml/result (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Sep 13 16:46:36 EDT 2010
Author: dbs
Date: 2010-09-13 16:46:30 -0400 (Mon, 13 Sep 2010)
New Revision: 992
Modified:
conifer/branches/rel_1_6_1/web/opac/skin/lul/xml/result/result_table.xml
Log:
Get the verbose next/previous page back in the result table
You knew this was coming, right? Who's taking bets on how long it will
be before I mess this up AGAIN?
Modified: conifer/branches/rel_1_6_1/web/opac/skin/lul/xml/result/result_table.xml
===================================================================
--- conifer/branches/rel_1_6_1/web/opac/skin/lul/xml/result/result_table.xml 2010-09-13 20:28:33 UTC (rev 991)
+++ conifer/branches/rel_1_6_1/web/opac/skin/lul/xml/result/result_table.xml 2010-09-13 20:46:30 UTC (rev 992)
@@ -260,11 +260,11 @@
style='padding-left: 40px;' >
<a class='search_page_nav_link' id='search_home_link2'
title="&rdetail.page.results;">&rdetail.start;</a><a class='search_page_nav_link'
- id='prev_link2' title='&rdetail.page.previous;'>&rdetail.page.previous.symbol;</a>
+ id='prev_link2' title='&rdetail.page.previous;'>&rdetail.page.previous.symbol; &rdetail.page.previous;</a>
<span class='search_page_nav_link' id='page_numbers2'> </span>
<a class='search_page_nav_link' id='next_link2'
- title='&rdetail.page.next;'>&rdetail.page.next.symbol;</a>
+ title='&rdetail.page.next;'>&rdetail.page.next; &rdetail.page.next.symbol;</a>
<!--
<a class='search_page_nav_link'
id='end_link2' title="&rdetail.page.last;">&rdetail.end;</a>
More information about the open-ils-commits
mailing list