]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/sstr_editor.xul
60548a1e5144e6d1f4eb6ce646d68b1779ad3ce1
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / serial / sstr_editor.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Stream Editor Overlay -->
4
5 <!-- LOCALIZATION -->
6 <!DOCTYPE overlay PUBLIC "" ""[
7     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
8 ]>
9
10 <overlay id="serial_sstr_editor_panel_overlay" 
11         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
12
13         <vbox flex="1" id="serial_sstr_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="Stream" style="font-weight: bold; font-size: large"/>
19                                 <vbox id="sstr_editor_left_pane" flex="1"/>
20                         </vbox>
21         </hbox>
22
23                 <hbox id="sstr_editor_nav">
24                         <spacer flex="1"/>
25                         <button id="sstr_save" label="&staff.serial.sstr_editor.modify.label;" hidden="true" accesskey="&staff.serial.sstr_editor.modify.accesskey;" oncommand="g.manage_dists.sstr_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