[open-ils-commits] r11457 - trunk/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 8 18:14:43 EST 2008
Author: erickson
Date: 2008-12-08 18:14:38 -0500 (Mon, 08 Dec 2008)
New Revision: 11457
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/ue.xhtml
Log:
take advantage of mozilla's unicode support and use arrow glyphs instead of bare << and >>'s
Modified: trunk/Open-ILS/xul/staff_client/server/patron/ue.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/ue.xhtml 2008-12-08 23:12:44 UTC (rev 11456)
+++ trunk/Open-ILS/xul/staff_client/server/patron/ue.xhtml 2008-12-08 23:14:38 UTC (rev 11457)
@@ -793,11 +793,11 @@
<td width='10%'/>
<td width='40%'>
<a id='ue_back' class='nav_link hide_me'
- href='javascript:uEditPrev()'><<&ev.staff.patron.ue_xhtml.back.label;</a>
+ href='javascript:uEditPrev()'>←&ev.staff.patron.ue_xhtml.back.label;</a>
</td>
<td width='40%'>
<a id='ue_fwd' class='nav_link'
- href='javascript:uEditNext()'>&ev.staff.patron.ue_xhtml.forward.label;>></a>
+ href='javascript:uEditNext()'>&ev.staff.patron.ue_xhtml.forward.label;→</a>
</td>
<td width='10%'/>
</tr>
More information about the open-ils-commits
mailing list