]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_overlay.xul
patron search
[Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / patron / patron_search_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://evergreen/locale/patron_search.dtd">
3 <overlay id="patron_search_overlay" 
4         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6 <commandset id="PatronSearch_cmds">
7
8         <command id="cmd_broken" oncommand="
9                 alert('Not Yet Implemented'); "/>
10
11 </commandset>
12
13 <!-- main widget for patron_search -->
14 <box id="PatronSearch_main" flex="1" orient="vertical">
15         <box id="PatronSearch_clamshell" flex="1" orient="horizontal"/>
16 </box>
17
18 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
19 <keyset id="PatronSearch_keys">
20 </keyset>
21
22 </overlay>