]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/sdist2_editor.xul
Merge serials-integration branch, incorporating new work from Dan Wells.
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / serial / sdist2_editor.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Distribution Editor Overlay -->
4 <!-- THIS IS A DUPLICATE OF sdist_editor.xul to allow easy overlay in two places -->
5
6 <!-- LOCALIZATION -->
7 <!DOCTYPE overlay PUBLIC "" ""[
8     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
9 ]>
10
11 <overlay id="serial_sdist2_editor_panel_overlay" 
12         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
13
14         <vbox flex="1" id="serial_sdist2_editor_panel" class="my_overflow">
15         <vbox id="brief_display_box"/>
16
17                 <hbox flex="1" style="overflow: auto">
18                         <vbox flex="1" id="before_splitter" oils_persist="height">
19                                 <label value="Distribution" style="font-weight: bold; font-size: large"/>
20                                 <vbox id="sdist2_editor_left_pane" flex="1"/>
21                         </vbox>
22                         <splitter id="splitter" oils_persist="state hidden" oils_persist_peers="before_splitter after_splitter"><grippy /></splitter>
23                         <vbox flex="1" id="after_splitter" oils_persist="height">
24                                 <vbox id="sdist2_editor_right_pane"/>
25                 <groupbox>
26                     <caption label="Library Specific Options" />
27                     <description>Note: Changing the 'Holding Lib' will unset all of these values</description>
28                     <vbox id="sdist2_editor_lso_pane" flex="1"/>
29                 </groupbox>
30                         </vbox>
31                 </hbox>
32
33                 <hbox id="sdist2_editor_nav">
34                         <spacer flex="1"/>
35                         <button id="sdist2_notes" label="&staff.serial.sdist_editor.notes;" accesskey="&staff.serial.sdist_editor.notes.accesskey;" oncommand="g.manage_dists.sdist2_editor.notes()" />
36                         <button id="sdist2_save" label="&staff.serial.sdist_editor.modify;" hidden="true" accesskey="&staff.serial.ssub_editor.modify.accesskey;" oncommand="g.manage_dists.sdist2_editor.save()" />
37                         <!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
38                 </hbox>
39
40                 <spacer/>
41         </vbox>
42
43 </overlay>
44