]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/main/grid_list_overlay.xul
more ripping of legacy code. seems to work :)
[Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / main / grid_list_overlay.xul
1 <?xml version="1.0"?>
2 <overlay id="grid_list_overlay" 
3         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
4
5         <script>mw.sdump('D_TRACE','Loading grid_list_overlay.xul\n');</script>
6
7 <commandset id="universal_cmds">
8
9         <command id="cmd_broken" oncommand="
10                 alert('Not Yet Implemented'); "/>
11
12 </commandset>
13
14 <!-- main widget for grid_list -->
15 <box id="GridList_main" flex="1" orient="vertical">
16         <popupset>
17                 <popup id="GridList_popup"/>
18         </popupset>
19         <hbox id="GridList_insert1" />
20         <hbox id="GridList_nav" name="nav"/>
21         <hbox id="GridList_insert2" />
22         <grid id="GridList_grid" flex="1" name="grid">
23                 <columns id="GridList_columns" />
24                 <rows id="GridList_rows" />
25         </grid>
26         <hbox id="GridList_insert3" />
27 </box>
28
29 <!-- Context menus -->
30 <popupset id="universal_popupset">
31 </popupset>
32
33 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
34 <keyset id="GridList_keys">
35 </keyset>
36
37 </overlay>