[open-ils-commits] r9196 - trunk/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 2 15:03:16 EDT 2008


Author: phasefx
Date: 2008-04-02 14:26:56 -0400 (Wed, 02 Apr 2008)
New Revision: 9196

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.xul
Log:
some of the column definitions in the copy browser use circStrings

Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.xul	2008-04-02 18:17:02 UTC (rev 9195)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.xul	2008-04-02 18:26:56 UTC (rev 9196)
@@ -67,6 +67,7 @@
 	</script>
 
 	<messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties" />
+	<messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties" />
 	<messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
 
 	<commandset id="cat_copy_browser">



More information about the open-ils-commits mailing list