]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/serctrl_main.xul
Allow translating more strings in xul-files.
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / serial / serctrl_main.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Serial Control Main -->
4 <!--
5 vim:noet:sw=4:ts=4:
6 -->
7
8 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
9 <!-- STYLESHEETS -->
10 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
11 <?xml-stylesheet href="chrome://open_ils_staff_client/skin/global.css" type="text/css"?>
12 <?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
13 <?xml-stylesheet href="/xul/server/skin/cat.css" type="text/css"?>
14 <?xml-stylesheet href="/xul/server/skin/serial.css" type="text/css"?>
15
16 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
17 <!-- LOCALIZATION -->
18 <!DOCTYPE window PUBLIC "" ""[
19 <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
20 ]>
21
22 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
23 <!-- OVERLAYS -->
24 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
25 <?xul-overlay href="/xul/server/serial/manage_items.xul"?>
26 <?xul-overlay href="/xul/server/serial/manage_subs.xul"?>
27 <?xul-overlay href="/xul/server/serial/manage_dists.xul"?>
28
29 <window id="serial_serctrl_main" 
30         onload="try { my_init(); font_helper(); persist_helper(); } catch(E) { alert(E); }"
31         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
32
33         <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
34         <!-- BEHAVIOR -->
35         <script type="text/javascript">
36                 var myPackageDir = 'open_ils_staff_client'; var IAMXUL = true; var g = {};
37         </script>
38         <scripts id="openils_util_scripts"/>
39
40         <script type="text/javascript" src="/xul/server/main/JSAN.js"/>
41
42         <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties" />
43         <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties" />
44     <messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
45     <messagecatalog id="serialStrings" src="/xul/server/locale/<!--#echo var='locale'-->/serial.properties"/>
46
47         <commandset id="serial_commands">
48                 <command id="cmd_add_item"/>
49                 <command id="cmd_add_scap"/>
50                 <command id="cmd_add_sdist"/>
51                 <command id="cmd_add_siss"/>
52                 <command id="cmd_add_sstr"/>
53                 <command id="cmd_add_subscriptions"/>
54                 <command id="cmd_broken" />
55                 <command id="cmd_claim_items"/>
56                 <command id="cmd_clear" />
57                 <command id="cmd_edit_items"/>
58         <command id="cmd_edit_sdists"/>
59         <command id="cmd_edit_subscriptions"/>
60                 <command id="cmd_edit_sunit"/>
61                 <command id="cmd_edit_sstr"/>
62                 <command id="cmd_delete_items"/>
63                 <command id="cmd_delete_scap"/>
64                 <command id="cmd_delete_sdist"/>
65                 <command id="cmd_delete_siss"/>
66         <command id="cmd_delete_sstr"/>
67         <command id="cmd_delete_ssub"/>
68         <command id="cmd_make_predictions"/>
69         <command id="cmd_mark_library"/>
70         <command id="cmd_mark_subscription"/>
71         <command id="cmd_mark_sdist"/>
72                 <command id="cmd_predict_items"/>
73                 <command id="cmd_print_spine_labels"/>
74                 <command id="cmd_receive_items"/>
75                 <command id="cmd_refresh_list"/>
76                 <command id="cmd_replace_barcode"/>
77         <command id="cmd_reset_items"/>
78         <command id="cmd_set_items_not_held"/>
79         <command id="cmd_set_items_not_published"/>
80         <command id="cmd_set_sunit" />
81         <command id="cmd_set_other_sunit" />
82         <command id="cmd_show_all_libs" />
83         <command id="cmd_show_libs_with_distributions" />
84         <command id="cmd_show_my_libs" />
85                 <command id="cmd_transfer_items"/>
86         <command id="cmd_transfer_sdists"/>
87         <command id="cmd_transfer_sstrs"/>
88         <command id="cmd_transfer_subscription"/>
89         <command id="cmd_view_sdist_notes"/>
90         <command id="cmd_view_sitem_notes"/>
91         <command id="cmd_view_ssub_notes"/>
92                 <command id="save_columns" />
93                 <command id="sel_clip" />
94                 <command id="sel_mark_items_damaged" />
95                 <command id="sel_mark_items_missing" />
96         </commandset>
97
98         <!--<popupset>
99                 <menupopup id="serctrl_main_actions">
100                         <menuitem command="cmd_add_items" label="&staff.cat.copy_browser.actions.cmd_add_items.label;" accesskey="&staff.cat.copy_browser.actions.cmd_add_items.accesskey;"/>
101                         <menuitem command="cmd_edit_items" label="Edit Item Attributes" accesskey="&staff.cat.copy_browser.actions.cmd_edit_items.accesskey;"/>
102                         <menuitem command="cmd_delete_items" label="Delete Item" accesskey="&staff.cat.copy_browser.actions.cmd_delete_items.accesskey;"/>
103                         <menuitem command="sel_clip" label="&staff.cat.copy_browser.actions.sel_clip.label;" accesskey="&staff.cat.copy_browser.actions.sel_clip.accesskey;"/>
104                         <menuseparator/>
105                         <menuitem command="cmd_edit_volumes" label="&staff.cat.copy_browser.actions.cmd_edit_volumes.label;" accesskey="&staff.cat.copy_browser.actions.cmd_edit_volumes.accesskey;"/>
106                         <menuitem command="cmd_mark_volume" label="&staff.cat.copy_browser.actions.cmd_mark_volume.label;" accesskey="&staff.cat.copy_browser.actions.cmd_mark_volume.accesskey;"/>
107                         <menuitem command="cmd_transfer_volume" label="&staff.cat.copy_browser.actions.cmd_transfer_volume.label;" accesskey="&staff.cat.copy_browser.actions.cmd_transfer_volume.accesskey;"/>
108                         <menuitem command="cmd_delete_volumes" label="&staff.cat.copy_browser.actions.cmd_delete_volumes.label;" accesskey=""/>
109                         <menuseparator/>
110                         <menuitem command="save_columns" label="&staff.cat.copy_browser.actions.save_columns.label;"/>
111                         <menuitem command="cmd_refresh_list" label="&staff.cat.copy_browser.actions.cmd_refresh_list.label;" accesskey="&staff.cat.copy_browser.actions.cmd_refresh_list.accesskey;"/>
112                 </menupopup>
113         </popupset> -->
114
115 <!--    <groupbox flex="1" class="my_overflow"> -->
116         <tabbox id="serial_tabbox" flex="1" class="my_overflow">
117             <caption label="&staff.cat.serial_control.title.label;"/>
118             <tabs>
119                 <tab label="&staff.cat.serial_control.tab.items;" />
120                 <tab label="&staff.cat.serial_control.tab.units;" />
121                 <tab id="serial_manage_dists_tab" label="&staff.cat.serial_control.tab.distributions;" />
122                 <tab id="serial_manage_subs_tab" label="&staff.cat.serial_control.tab.subscriptions;" />
123                 <tab label="&staff.cat.serial_control.tab.claims;" />
124             </tabs>
125             <tabpanels flex="1">
126                 <tabpanel id="serial_manage_items" />
127                 <tabpanel id="serial_manage_units"><description>&staff.cat.serial_control.tab.units.desc;</description></tabpanel>
128                 <tabpanel id="serial_manage_dists" />
129                 <tabpanel id="serial_manage_subs" />
130                 <tabpanel id="serial_manage_claims"><description>&staff.cat.serial_control.tab.claims.desc;</description></tabpanel>
131             </tabpanels>
132         </tabbox>
133 <!--    </groupbox> -->
134
135 </window>
136