[open-ils-commits] r10612 - in trunk/Open-ILS/web/opac:
extras/selfcheck locale/en-US
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 17 09:19:33 EDT 2008
Author: erickson
Date: 2008-09-17 09:19:31 -0400 (Wed, 17 Sep 2008)
New Revision: 10612
Modified:
trunk/Open-ILS/web/opac/extras/selfcheck/selfcheck.xml
trunk/Open-ILS/web/opac/locale/en-US/opac.dtd
Log:
dtd-ify a string
Modified: trunk/Open-ILS/web/opac/extras/selfcheck/selfcheck.xml
===================================================================
--- trunk/Open-ILS/web/opac/extras/selfcheck/selfcheck.xml 2008-09-17 13:19:26 UTC (rev 10611)
+++ trunk/Open-ILS/web/opac/extras/selfcheck/selfcheck.xml 2008-09-17 13:19:31 UTC (rev 10612)
@@ -60,7 +60,7 @@
<div id='selfck-print-queuing' class='hide_me'>
<div><img src='../../../images/small_logo.jpg'/></div>
- <div>Printing Receipt...</div>
+ <div>&selfck.printing;</div>
</div>
<!--***********************************************************************
Modified: trunk/Open-ILS/web/opac/locale/en-US/opac.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/opac.dtd 2008-09-17 13:19:26 UTC (rev 10611)
+++ trunk/Open-ILS/web/opac/locale/en-US/opac.dtd 2008-09-17 13:19:31 UTC (rev 10612)
@@ -659,6 +659,7 @@
<!ENTITY selfck.cotype_rn "Renewal">
<!ENTITY selfck.done "Done">
<!ENTITY selfck.welcome "Welcome">
+<!ENTITY selfck.printing "Printing Receipt...">
<!-- event messages -->
<!ENTITY selfck.event.co_success "Check out succeeded">
More information about the open-ils-commits
mailing list