]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/sisum_editor.xul
Teach the i18n Makefile how to handle serial.properties
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / serial / sisum_editor.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Index Summary Editor Overlay -->
4
5 <!-- LOCALIZATION -->
6 <!DOCTYPE overlay PUBLIC "" ""[
7     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
8 ]>
9
10 <overlay id="serial_sisum_editor_panel_overlay" 
11         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
12
13         <vbox flex="1" id="serial_sisum_editor_panel" class="my_overflow">
14         <vbox id="brief_display_box"/>
15
16                 <hbox flex="1" style="overflow: auto">
17                         <vbox flex="1">
18                                 <label value="Index Summary" style="font-weight: bold; font-size: large"/>
19                                 <vbox id="sisum_editor_left_pane" flex="1"/>
20                         </vbox>
21         </hbox>
22
23                 <hbox id="sisum_editor_nav">
24                         <spacer flex="1"/>
25                         <button id="sisum_save" label="&staff.serial.sisum_editor.modify.label;" hidden="true" accesskey="&staff.serial.sisum_editor.modify.accesskey;" oncommand="g.manage_dists.sisum_editor.save()" />
26                         <!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
27                 </hbox>
28
29                 <spacer/>
30         </vbox>
31
32 </overlay>
33