]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/ssub_editor.xul
LP1615805 No inputs after submit in patron search (AngularJS)
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / serial / ssub_editor.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Subscription Editor Overlay -->
4
5 <!-- LOCALIZATION -->
6 <!DOCTYPE overlay PUBLIC "" ""[
7     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
8 ]>
9
10 <overlay id="serial_ssub_editor_panel_overlay" 
11         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
12
13     <vbox flex="1" id="serial_ssub_editor_panel" class="my_overflow">
14         <iframe flex="1" id="alt_ssub_editor" name="alt_ssub_editor"/>
15     </vbox>
16
17 </overlay>
18