]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/sdist_editor.xul
189442b703b33f0e9dd1382c407665c33f9348c7
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / serial / sdist_editor.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Distribution Editor Overlay -->
4
5 <!-- LOCALIZATION -->
6 <!DOCTYPE overlay PUBLIC "" ""[
7     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
8 ]>
9
10 <overlay id="serial_sdist_editor_panel_overlay" 
11         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
12
13         <vbox flex="1" id="serial_sdist_editor_panel" class="my_overflow">
14         <vbox id="brief_display_box"/>
15
16                 <hbox flex="1" style="overflow: auto">
17                         <vbox flex="1" id="before_splitter" oils_persist="height">
18                                 <label value="Distribution" style="font-weight: bold; font-size: large"/>
19                                 <vbox id="sdist_editor_left_pane" flex="1"/>
20                         </vbox>
21                         <splitter id="splitter" oils_persist="state hidden" oils_persist_peers="before_splitter after_splitter"><grippy /></splitter>
22                         <vbox flex="1" id="after_splitter" oils_persist="height">
23                                 <vbox id="sdist_editor_right_pane"/>
24                 <groupbox>
25                     <caption label="Library Specific Options" />
26                     <description>Note: Changing the 'Holding Lib' will unset all of these values</description>
27                     <vbox id="sdist_editor_lso_pane" flex="1"/>
28                 </groupbox>
29                         </vbox>
30                 </hbox>
31
32                 <hbox id="sdist_editor_nav">
33                         <spacer flex="1"/>
34                         <button id="sdist_notes" label="&staff.serial.sdist_editor.notes;" accesskey="&staff.serial.sdist_editor.notes.accesskey;" oncommand="g.manage_subs.sdist_editor.notes()" />
35                         <button id="sdist_save" label="&staff.serial.sdist_editor.modify;" hidden="true" accesskey="&staff.serial.ssub_editor.modify.accesskey;" oncommand="g.manage_subs.sdist_editor.save()" />
36                         <!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
37                 </hbox>
38
39                 <spacer/>
40         </vbox>
41
42 </overlay>
43