[open-ils-commits] r7896 -
trunk/Open-ILS/web/opac/skin/default/xml/result
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 19 01:36:07 EDT 2007
Author: miker
Date: 2007-10-19 01:23:08 -0400 (Fri, 19 Oct 2007)
New Revision: 7896
Modified:
trunk/Open-ILS/web/opac/skin/default/xml/result/result_table.xml
Log:
moving unapi placeholder to a more appropriate place
Modified: trunk/Open-ILS/web/opac/skin/default/xml/result/result_table.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/result/result_table.xml 2007-10-19 01:36:42 UTC (rev 7895)
+++ trunk/Open-ILS/web/opac/skin/default/xml/result/result_table.xml 2007-10-19 05:23:08 UTC (rev 7896)
@@ -40,10 +40,6 @@
<a title="&result.table.keyword;" name='item_title' class='search_link'>
<!-- Title goes here -->
</a>
- <!-- Empty span used for creating unAPI links -->
- <abbr name="unapi" class="unapi-id">
- <!-- unAPI URI goes here -->
- </abbr>
</td>
<!-- Copy this td for each copy count appended -->
@@ -122,10 +118,15 @@
</span>
<span class='hide_me' name='place_hold_span'>
- <a style='padding-left: 8px;' href='javascript:void(0);'
+ <a style='padding-left: 8px; padding-right: 10px;' href='javascript:void(0);'
class='classic_link' name='place_hold_link'>&opac.holds.placeHold;</a>
</span>
+ <!-- Empty span used for creating unAPI links -->
+ <abbr name="unapi" class="unapi-id">
+ <!-- unAPI URI goes here -->
+ </abbr>
+
</td>
</tr>
More information about the open-ils-commits
mailing list