[open-ils-commits] r11712 - in trunk/Open-ILS/xul/staff_client/server: admin cat circ main patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 30 14:56:19 EST 2008
Author: phasefx
Date: 2008-12-30 14:56:16 -0500 (Tue, 30 Dec 2008)
New Revision: 11712
Modified:
trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul
trunk/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.xul
trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul
trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets_quick.xul
trunk/Open-ILS/xul/staff_client/server/cat/copy_editor.xul
trunk/Open-ILS/xul/staff_client/server/cat/copy_notes.xul
trunk/Open-ILS/xul/staff_client/server/cat/copy_summary.xul
trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul
trunk/Open-ILS/xul/staff_client/server/cat/opac.xul
trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.xul
trunk/Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul
trunk/Open-ILS/xul/staff_client/server/cat/record_buckets_quick.xul
trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
trunk/Open-ILS/xul/staff_client/server/cat/volume_buckets.xul
trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.xul
trunk/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
trunk/Open-ILS/xul/staff_client/server/cat/z3950.xul
trunk/Open-ILS/xul/staff_client/server/circ/checkin.xul
trunk/Open-ILS/xul/staff_client/server/circ/circ_brief.xul
trunk/Open-ILS/xul/staff_client/server/circ/copy_status.xul
trunk/Open-ILS/xul/staff_client/server/circ/in_house_use.xul
trunk/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul
trunk/Open-ILS/xul/staff_client/server/main/data.xul
trunk/Open-ILS/xul/staff_client/server/main/verify_credentials.xul
trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul
trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul
trunk/Open-ILS/xul/staff_client/server/patron/bill_cc_info.xul
trunk/Open-ILS/xul/staff_client/server/patron/bill_check_info.xul
trunk/Open-ILS/xul/staff_client/server/patron/bill_details.xul
trunk/Open-ILS/xul/staff_client/server/patron/bill_history.xul
trunk/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul
trunk/Open-ILS/xul/staff_client/server/patron/bills.xul
trunk/Open-ILS/xul/staff_client/server/patron/display.xul
trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul
trunk/Open-ILS/xul/staff_client/server/patron/holds.xul
trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul
trunk/Open-ILS/xul/staff_client/server/patron/info_notes.xul
trunk/Open-ILS/xul/staff_client/server/patron/info_stat_cats.xul
trunk/Open-ILS/xul/staff_client/server/patron/info_surveys.xul
trunk/Open-ILS/xul/staff_client/server/patron/items.xul
trunk/Open-ILS/xul/staff_client/server/patron/search_form.xul
trunk/Open-ILS/xul/staff_client/server/patron/search_result.xul
trunk/Open-ILS/xul/staff_client/server/patron/summary.xul
Log:
commonStrings is loaded by the global_util overlay now
Modified: trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -53,7 +53,6 @@
]]>
</script>
<messagecatalog id="adminStrings" src="/xul/server/locale/<!--#echo var='locale'-->/admin.properties"/>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties"/>
<vbox id="admin_offline_manage_xacts_main" flex="1">
Modified: trunk/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/bib_brief.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/bib_brief.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -203,7 +203,6 @@
]]>
</script>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties"/>
<messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
<groupbox id="groupbox" flex="1" style="overflow: auto; min-height: 100px;">
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -67,7 +67,6 @@
<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">
<command id="save_columns" />
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -75,7 +75,6 @@
<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="copy_buckets_cmds">
<command id="sel_clip1" />
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets_quick.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets_quick.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_buckets_quick.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -153,7 +153,6 @@
<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" />
<vbox flex="1" style="overflow: auto">
<groupbox flex="1">
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_editor.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_editor.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -35,7 +35,6 @@
<script type="text/javascript" src="copy_editor.js"/>
<messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties" />
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<vbox id="brief_display_box"/>
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_notes.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_notes.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_notes.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -202,7 +202,6 @@
<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;"/>
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_summary.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_summary.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_summary.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -183,7 +183,6 @@
<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" />
<groupbox id="groupbox" flex="1" style="overflow: none; min-height: 80;">
<caption label="&staff.cat.copy_summary.label;" id="caption"/>
Modified: trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -156,7 +156,6 @@
<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" />
<vbox id="marc_editor_box" flex="1">
<hbox id="actions">
Modified: trunk/Open-ILS/xul/staff_client/server/cat/opac.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/opac.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/opac.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -328,7 +328,6 @@
<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><command id="cmd_forward"/><command id="cmd_back"/></commandset>
Modified: trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -86,7 +86,6 @@
<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="record_buckets_cmds">
<command id="sel_clip0" disabled="true"/>
Modified: trunk/Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -9,7 +9,6 @@
<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="record_buckets_cmds" />
Modified: trunk/Open-ILS/xul/staff_client/server/cat/record_buckets_quick.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/record_buckets_quick.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/record_buckets_quick.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -142,7 +142,6 @@
<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" />
<vbox flex="1" style="overflow: auto">
<groupbox flex="1">
Modified: trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/spine_labels.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -33,7 +33,6 @@
<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" />
<vbox id="spine_labels_main" flex="1" class="my_overflow">
<hbox flex="1" class="my_overflow">
Modified: trunk/Open-ILS/xul/staff_client/server/cat/volume_buckets.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/volume_buckets.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/volume_buckets.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -57,7 +57,6 @@
<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" />
<label value="Just a stub, Not Yet Implemented"/>
Modified: trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -36,7 +36,6 @@
<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" />
<vbox id="summary_box"/>
<groupbox flex="1" class="my_overflow">
Modified: trunk/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/volume_editor.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/volume_editor.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -99,7 +99,6 @@
<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" />
<groupbox flex="1" style="overflow: auto">
<caption id="caption" label="&staff.cat.volume_editor.caption.label;"/>
Modified: trunk/Open-ILS/xul/staff_client/server/cat/z3950.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/z3950.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/cat/z3950.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -78,7 +78,6 @@
<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="cat_z3950_cmds">
<command id="cmd_broken" />
Modified: trunk/Open-ILS/xul/staff_client/server/circ/checkin.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/checkin.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/circ/checkin.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -97,7 +97,6 @@
</commandset>
- <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"/>
Modified: trunk/Open-ILS/xul/staff_client/server/circ/circ_brief.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/circ_brief.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/circ/circ_brief.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -116,7 +116,6 @@
</script>
<messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties" />
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<groupbox id="gb" flex="1" style="overflow: auto;">
<caption id="caption"/>
Modified: trunk/Open-ILS/xul/staff_client/server/circ/copy_status.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/copy_status.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/circ/copy_status.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -96,7 +96,6 @@
<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">
<command id="cmd_copy_status_submit_barcode" />
Modified: trunk/Open-ILS/xul/staff_client/server/circ/in_house_use.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/in_house_use.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/circ/in_house_use.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -68,7 +68,6 @@
</script>
<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="in_house_use_cmds">
<command id="sel_clip" disabled="true" />
Modified: trunk/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -66,7 +66,6 @@
</script>
<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="print_list_cmds">
<command id="cmd_broken" />
Modified: trunk/Open-ILS/xul/staff_client/server/main/data.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/main/data.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/main/data.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -219,8 +219,6 @@
]]>
</script>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
-
<groupbox id="data_groupbox" flex="1" class="my_overflow">
<caption id="caption" label="&staff.main.data.loading;"/>
<description id="data_progress"/>
Modified: trunk/Open-ILS/xul/staff_client/server/main/verify_credentials.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/main/verify_credentials.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/main/verify_credentials.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -29,7 +29,6 @@
<script type="text/javascript" src="/xul/server/main/JSAN.js"/>
<script type="text/javascript" src="verify_credentials.js"/>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties" />
<commandset id="verify_cmds">
Modified: trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -184,8 +184,6 @@
]]>
</script>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
-
<vbox flex="1" style="background: #993333">
<description>
&staff.main.ws_info.entry;
Modified: trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -198,7 +198,6 @@
]]>
</script>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties" />
<vbox flex="1" class="my_overflow">
Modified: trunk/Open-ILS/xul/staff_client/server/patron/bill_cc_info.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bill_cc_info.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bill_cc_info.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -62,7 +62,6 @@
</script>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties" />
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<groupbox>
<caption label="&staff.patron.bill_cc_info.info.label;"/>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/bill_check_info.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bill_check_info.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bill_check_info.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -62,7 +62,6 @@
</script>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties" />
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<groupbox>
<caption label="&staff.patron.bill_check_info.check_info.label;"/>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/bill_details.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bill_details.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bill_details.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -311,7 +311,6 @@
]]>
</script>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties"/>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
<vbox flex="1" class="my_overflow">
Modified: trunk/Open-ILS/xul/staff_client/server/patron/bill_history.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bill_history.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bill_history.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -345,7 +345,6 @@
]]>
</script>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties"/>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
<vbox flex="1" class="my_overflow">
Modified: trunk/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -33,7 +33,6 @@
<script type="text/javascript" src="/xul/server/main/JSAN.js"/>
<script type="text/javascript" src="/xul/server/patron/bill_wizard.js"/>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
<vbox flex="1">
Modified: trunk/Open-ILS/xul/staff_client/server/patron/bills.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bills.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bills.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -81,7 +81,6 @@
<command id="cmd_alternate_view" />
</commandset>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties"/>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
<box id="bills_main" />
Modified: trunk/Open-ILS/xul/staff_client/server/patron/display.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/display.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/display.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -87,8 +87,6 @@
</script>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
- <messagecatalog id="offlineStrings" src="/xul/server/locale/<!--#echo var='locale'-->/offline.properties" />
<commandset id="patron_display_cmds">
<command id="cmd_patron_refresh" />
Modified: trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -227,7 +227,6 @@
<messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale' -->/circ.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" />
<stack hidden="true" id="notification_template" flex="1">
<groupbox flex="1" style="background-color: black;"/>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -71,7 +71,6 @@
<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" />
<commandset id="holds_cmds">
<command id="sel_mark_items_damaged" disabled="true"/>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -412,7 +412,6 @@
]]>
</script>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties"/>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
<commandset id="info_group_cmds">
Modified: trunk/Open-ILS/xul/staff_client/server/patron/info_notes.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/info_notes.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/info_notes.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -238,7 +238,6 @@
</script>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.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;"/>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/info_stat_cats.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/info_stat_cats.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/info_stat_cats.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -179,7 +179,6 @@
</script>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<stack hidden="true" id="actsc_template" flex="1">
<groupbox flex="1" style="background-color: black;"/>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/info_surveys.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/info_surveys.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/info_surveys.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -158,7 +158,6 @@
</script>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<stack hidden="true" id="asv_template" flex="1">
<groupbox flex="1" style="background-color: black;"/>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/items.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/items.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/items.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -67,7 +67,6 @@
<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" />
<commandset id="items_cmds">
<command id="save_columns" />
Modified: trunk/Open-ILS/xul/staff_client/server/patron/search_form.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/search_form.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/search_form.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -88,7 +88,6 @@
</script>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<commandset id="patron_search_form_cmds">
</commandset>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/search_result.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/search_result.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/search_result.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -81,7 +81,6 @@
<command id="cmd_save_cols" />
</commandset>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties"/>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
<box id="patron_search_result_main" />
Modified: trunk/Open-ILS/xul/staff_client/server/patron/summary.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/summary.xul 2008-12-30 19:44:51 UTC (rev 11711)
+++ trunk/Open-ILS/xul/staff_client/server/patron/summary.xul 2008-12-30 19:56:16 UTC (rev 11712)
@@ -67,7 +67,6 @@
</script>
<messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
- <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" />
<commandset id="patron_summary_cmds">
<command id="cmd_verify_credentials"/>
More information about the open-ils-commits
mailing list