[open-ils-commits] r10332 - in
trunk/Open-ILS/xul/staff_client/server: admin circ patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Aug 11 11:34:39 EDT 2008
Author: phasefx
Date: 2008-08-11 11:34:37 -0400 (Mon, 11 Aug 2008)
New Revision: 10332
Modified:
trunk/Open-ILS/xul/staff_client/server/admin/transit_list.xul
trunk/Open-ILS/xul/staff_client/server/circ/checkin.xul
trunk/Open-ILS/xul/staff_client/server/circ/copy_status.xul
trunk/Open-ILS/xul/staff_client/server/patron/holds.xul
trunk/Open-ILS/xul/staff_client/server/patron/items.xul
Log:
use of the cat.util library is widespread, and since it doesn't load its own strings....
Modified: trunk/Open-ILS/xul/staff_client/server/admin/transit_list.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/transit_list.xul 2008-08-11 15:11:35 UTC (rev 10331)
+++ trunk/Open-ILS/xul/staff_client/server/admin/transit_list.xul 2008-08-11 15:34:37 UTC (rev 10332)
@@ -55,6 +55,7 @@
<messagecatalog id="adminStrings" src='/xul/server/locale/<!--#echo var="locale"-->/admin.properties'/>
<messagecatalog id="circStrings" src='/xul/server/locale/<!--#echo var="locale"-->/circ.properties'/>
+ <messagecatalog id="catStrings" src='/xul/server/locale/<!--#echo var="locale"-->/cat.properties'/>
<vbox flex="1" class="my_overflow">
<hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/circ/checkin.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/checkin.xul 2008-08-11 15:11:35 UTC (rev 10331)
+++ trunk/Open-ILS/xul/staff_client/server/circ/checkin.xul 2008-08-11 15:34:37 UTC (rev 10332)
@@ -99,6 +99,7 @@
<messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties"/>
<messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties"/>
+ <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
<box id="checkin_main" />
Modified: trunk/Open-ILS/xul/staff_client/server/circ/copy_status.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/copy_status.xul 2008-08-11 15:11:35 UTC (rev 10331)
+++ trunk/Open-ILS/xul/staff_client/server/circ/copy_status.xul 2008-08-11 15:34:37 UTC (rev 10332)
@@ -95,6 +95,7 @@
</script>
<messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties" />
+ <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties" />
<messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<commandset id="copy_status_cmds">
Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.xul 2008-08-11 15:11:35 UTC (rev 10331)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.xul 2008-08-11 15:34:37 UTC (rev 10332)
@@ -69,6 +69,7 @@
</script>
<messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale' -->/circ.properties"/>
+ <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale' -->/cat.properties"/>
<messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<commandset id="holds_cmds">
Modified: trunk/Open-ILS/xul/staff_client/server/patron/items.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/items.xul 2008-08-11 15:11:35 UTC (rev 10331)
+++ trunk/Open-ILS/xul/staff_client/server/patron/items.xul 2008-08-11 15:34:37 UTC (rev 10332)
@@ -65,6 +65,7 @@
</script>
<messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale' -->/circ.properties"/>
+ <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale' -->/cat.properties"/>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
<messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
More information about the open-ils-commits
mailing list