]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_overlay.xul
Various stuff to find a speed bottleneck. It was the register_window function. need...
[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         <script>mw.sdump('D_TRACE','Loading patron_search_overlay.xul\n');</script>
7
8 <commandset id="PatronSearch_cmds">
9
10         <command id="cmd_broken" oncommand="
11                 alert('Not Yet Implemented'); "/>
12
13 </commandset>
14
15 <!-- main widget for patron_search -->
16 <box id="PatronSearch_main" flex="1" orient="vertical">
17         <box id="PatronSearch_clamshell" flex="1" orient="horizontal"/>
18 </box>
19
20 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
21 <keyset id="PatronSearch_keys">
22 </keyset>
23
24 </overlay>