[open-ils-commits] r9291 -
trunk/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 10 09:49:42 EDT 2008
Author: dbs
Date: 2008-04-10 09:12:17 -0400 (Thu, 10 Apr 2008)
New Revision: 9291
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/copy_notes.xul
Log:
Probably need to define our message catalogs
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_notes.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_notes.xul 2008-04-10 02:18:49 UTC (rev 9290)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_notes.xul 2008-04-10 13:12:17 UTC (rev 9291)
@@ -200,6 +200,10 @@
]]>
</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" />
+
<stack hidden="true" id="note_template" flex="1">
<groupbox flex="1" style="background-color: black;"/>
<groupbox flex="1" style="background-color: #FFDE00; -moz-border-radius-topright: 35px;" >
More information about the open-ils-commits
mailing list