]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_form_overlay.xul
more ripping of legacy code. seems to work :)
[Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / patron / patron_search_form_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://evergreen/locale/patron_search_form.dtd">
3 <overlay id="patron_search_form_overlay" 
4         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6         <script>mw.sdump('D_TRACE','Loading patron_search_form_overlay.xul\n');</script>
7
8 <commandset id="universal_cmds">
9
10         <command id="cmd_broken" oncommand="
11                 alert('Not Yet Implemented'); "/>
12
13 </commandset>
14
15 <!-- main widget for patron_search_form -->
16 <box id="PatronSearchForm_main" orient="vertical">
17         <box id="PatronSearchForm_insert1"/>
18         <groupbox id="psgf_gb">
19                 <caption id="psgf_gbc" label='&patron_search_form.caption;' />
20                 <box id="PatronSearchForm_insert2"/>
21                 <grid id="psg" />
22                 <box id="PatronSearchForm_insert3"/>
23         </groupbox>
24         <box id="PatronSearchForm_insert4"/>
25 </box>
26
27 <!-- group 0 = user  group 1 = address  group 2 = phone, ident -->
28
29 <grid id="psg">
30         <columns id="psc">
31                 <column id="psc1"/>
32                 <column id="psc2" flex="1"/>
33         </columns>
34         <rows id="psr">
35                 <row id="psr1">
36                         <label id="psl1" control="pst1" value="&patron_search_form.family_name.label;" accesskey="&patron_search_form.family_name.accesskey;"/>
37                         <textbox id="pst1" field="family_name" group="0"/>
38                 </row>
39                 <row id="psr2">
40                         <label id="psl2" control="pst2" value="&patron_search_form.first_given_name.label;" accesskey="&patron_search_form.first_given_name.accesskey;"/>
41                         <textbox id="pst2" field="first_given_name" group="0"/>
42                 </row>
43                 <row id="psr3">
44                         <label id="psl3" control="pst3" value="&patron_search_form.second_given_name.label;" accesskey="&patron_search_form.second_given_name.accesskey;"/>
45                         <textbox id="pst3" field="second_given_name" group="0"/>
46                 </row>
47                 <row id="psr4">
48                         <label id="psl4" control="pst4" value="&patron_search_form.email.label;" accesskey="&patron_search_form.email.accesskey;"/>
49                         <textbox id="pst4" field="email" group="0"/>
50                 </row>
51                 <row id="psr5">
52                         <label id="psl5" control="pst5" value="&patron_search_form.phone.label;" accesskey="&patron_search_form.phone.accesskey;"/>
53                         <textbox id="pst5" field="phone" group="2"/>
54                 </row>
55                 <row id="psr6">
56                         <label id="psl6" control="pst6" value="&patron_search_form.ident.label;" accesskey="&patron_search_form.ident.accesskey;"/>
57                         <textbox id="pst6" field="ident" group="2"/>
58                 </row>
59                 <row id="psr6a">
60                         <label id="psl6a" value=" "/>
61                 </row>
62                 <row id="psr7">
63                         <label id="psl7" control="pst7" value="&patron_search_form.street1.label;" accesskey="&patron_search_form.street1.accesskey;"/>
64                         <textbox id="pst7" field="street1" group="1"/>
65                 </row>
66                 <row id="psr8">
67                         <label id="psl8" control="pst8" value="&patron_search_form.street2.label;" accesskey="&patron_search_form.street2.accesskey;"/>
68                         <textbox id="pst8" field="street2" group="1"/>
69                 </row>
70                 <row id="psr9">
71                         <label id="psl9" control="pst9" value="&patron_search_form.city.label;" accesskey="&patron_search_form.city.accesskey;"/>
72                         <textbox id="pst9" field="city" group="1"/>
73                 </row>
74                 <row id="psr10">
75                         <label id="psl10" control="pst10" value="&patron_search_form.state.label;" accesskey="&patron_search_form.state.accesskey;"/>
76                         <textbox id="pst10" field="state" group="1"/>
77                 </row>
78                 <row id="psr11">
79                         <label id="psl11" control="pst11" value="&patron_search_form.post_code.label;" accesskey="&patron_search_form.post_code.accesskey;"/>
80                         <textbox id="pst11" field="post_code" group="1"/>
81                 </row>
82                 <row id="psr12">
83                         <spacer id="pss12"/>
84                         <button id="psb12" label="&patron_search_form.search.label;" accesskey="&patron_search_form.search.accesskey;" name="button_search"/>
85                 </row>
86                 <row id="psr13">
87                         <spacer id="pss13"/>
88                         <button id="psb13" label="&patron_search_form.clear.label;" accesskey="&patron_search_form.clear.accesskey;" name="button_clear"/>
89                 </row>
90         </rows>
91 </grid>
92
93 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
94 <keyset id="PatronSearchForm_keys">
95 </keyset>
96
97 </overlay>