]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/patron/search_form_horiz_overlay.xul
remove XUL @persist from list column definitions
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / patron / search_form_horiz_overlay.xul
1 <?xml version="1.0"?>
2
3 <!DOCTYPE overlay PUBLIC "" ""[
4    <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
5 ]>
6
7
8 <overlay id="patron_search_overlay" 
9     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10
11 <script>dump('loading patron/search_overlay.xul\n');</script>
12
13 <commandset id="patron_search_form_cmds">
14     <command id="cmd_patron_search_submit" />
15     <command id="cmd_patron_search_clear" />
16 </commandset>
17
18 <box id="patron_search_form_main" orient="vertical" class="my_overflow">
19     <groupbox id="psgf_gb">
20         <caption id="psgf_gbc" label='&staff.patron_search_form.caption;' />
21         <hbox>
22             <hbox>
23                 <label control="inactive" accesskey="&staff.patron.search_form_overlay.inactive.accesskey;" value="&staff.patron.search_form_overlay.inactive.value;"/>
24                 <checkbox id="inactive" />
25             </hbox>
26             <hbox>
27                 <label control="search_range_menu" value="&staff.patron.search_form_overlay.search_range_menu.value;"/>
28                 <hbox id="search_depth" />
29             </hbox>
30             <hbox>
31                 <label control="search_profile_menu" value="&staff.patron_search_form.profile.label;"/>
32                 <hbox id="profile" />
33             </hbox>
34         </hbox>
35         <hbox>
36             <grid id="psg" />
37             <vbox>
38                 <button id="search" flex="1" label="&staff.patron_search_form.search.label;" 
39                     accesskey="&staff.patron_search_form.search.accesskey;"
40                     command="cmd_patron_search_submit"/>
41                 <button id="clear" label="&staff.patron_search_form.clear.label;" 
42                     accesskey="&staff.patron_search_form.clear.accesskey;"
43                     command="cmd_patron_search_clear"/>
44             </vbox>
45         </hbox>
46     </groupbox>
47 </box>
48
49 <!-- group 0 = user  group 1 = address  group 2 = phone, ident -->
50
51 <grid id="psg">
52     <columns id="psc">
53         <column id="psc1"/>
54         <column id="psc2" flex="1"/>
55         <column id="psc3"/>
56         <column id="psc4" flex="1"/>
57         <column id="psc5"/>
58         <column id="psc6" flex="1"/>
59         <column id="psc7"/>
60         <column id="psc8" flex="1"/>
61     </columns>
62     <rows id="psr">
63         <row id="psr1">
64             <label id="psl1" control="family_name" 
65                 value="&staff.patron_search_form.family_name.label;" 
66                 accesskey="&staff.patron_search_form.family_name.accesskey;"/>
67             <textbox id="family_name" group="0" context="clipboard" tabindex="1"/>
68             <label id="psl7" control="street1" 
69                 value="&staff.patron_search_form.street1.label;" 
70                 accesskey="&staff.patron_search_form.street1.accesskey;"/>
71             <textbox id="street1" group="1" context="clipboard" tabindex="5"/>
72             <label id="psl5" control="phone" 
73                 value="&staff.patron_search_form.phone.label;" 
74                 accesskey="&staff.patron_search_form.phone.accesskey;"/>
75             <textbox id="phone" group="2" context="clipboard" tabindex="9"/>
76             <label id="psl6c" control="card" 
77                 value="&staff.patron_search_form.card.label;" 
78                 accesskey="&staff.patron_search_form.card.accesskey;"/>
79             <textbox id="card" group="0" context="clipboard" tabindex="13"/>
80         </row>
81         <row id="psr2">
82             <label id="psl2" control="first_given_name" 
83                 value="&staff.patron_search_form.first_given_name.label;" 
84                 accesskey="&staff.patron_search_form.first_given_name.accesskey;"/>
85             <textbox id="first_given_name" group="0" context="clipboard" tabindex="2"/>
86             <label id="psl8" control="street2" 
87                 value="&staff.patron_search_form.street2.label;" 
88                 accesskey="&staff.patron_search_form.street2.accesskey;"/>
89             <textbox id="street2" group="1" context="clipboard" tabindex="6"/>
90             <label id="psl4" control="email" 
91                 value="&staff.patron_search_form.email.label;" 
92                 accesskey="&staff.patron_search_form.email.accesskey;"/>
93             <textbox id="email" group="0" context="clipboard" tabindex="10"/>
94             <label id="psl6b" control="usrname" 
95                 value="&staff.patron_search_form.usrname.label;" 
96                 accesskey="&staff.patron_search_form.usrname.accesskey;"/>
97             <textbox id="usrname" group="0" context="clipboard" tabindex="14"/>
98         </row>
99         <row id="psr3">
100             <label id="psl3" control="second_given_name" 
101                 value="&staff.patron_search_form.second_given_name.label;" 
102                 accesskey="&staff.patron_search_form.second_given_name.accesskey;"/>
103             <textbox id="second_given_name" group="0" context="clipboard" tabindex="3"/>
104             <label id="psl9" control="city" 
105                 value="&staff.patron_search_form.city.label;" 
106                 accesskey="&staff.patron_search_form.city.accesskey;"/>
107             <textbox id="city" group="1" context="clipboard" tabindex="7"/>
108             <label id="psl10" control="state" 
109                 value="&staff.patron_search_form.state.label;" 
110                 accesskey="&staff.patron_search_form.state.accesskey;"/>
111             <textbox id="state" group="1" context="clipboard" tabindex="11"/>
112             <label id="psl6" control="ident" 
113                 value="&staff.patron_search_form.ident.label;" 
114                 accesskey="&staff.patron_search_form.ident.accesskey;"/>
115             <textbox id="ident" group="2" context="clipboard" tabindex="15"/>
116         </row>
117         <row id="psr14">
118             <label id="psl14" control="alias" 
119                 value="&staff.patron_search_form.alias.label;" 
120                 accesskey="&staff.patron_search_form.alias.accesskey;"/>
121             <textbox id="alias" group="0" context="clipboard" tabindex="4"/>
122             <label id="psl11" control="post_code" 
123                 value="&staff.patron_search_form.post_code.label;" 
124                 accesskey="&staff.patron_search_form.post_code.accesskey;"/>
125             <textbox id="post_code" group="1" context="clipboard" tabindex="8"/>
126         </row>
127     </rows>
128 </grid>
129
130
131 </overlay>