1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="layout.xsl"?> |
---|
3 | <object name="scratch_card_search" meta_type="CPS Layout"> |
---|
4 | <property name="layout_create_method"></property> |
---|
5 | <property name="layout_edit_method"></property> |
---|
6 | <property name="layout_view_method"></property> |
---|
7 | <property name="style_prefix">layout_search_</property> |
---|
8 | <property name="flexible_widgets"/> |
---|
9 | <property name="validate_values_expr"></property> |
---|
10 | <widget name="search_mode" meta_type="Generic Select Widget"> |
---|
11 | <property name="title">Search Mode</property> |
---|
12 | <property name="fields"> |
---|
13 | <element value="search_mode"/> |
---|
14 | </property> |
---|
15 | <property name="is_required">True</property> |
---|
16 | <property name="label">>Search for Scratch Card</property> |
---|
17 | <property name="label_edit">Search for Scratch Card</property> |
---|
18 | <property name="readonly_layout_modes"/> |
---|
19 | <property name="hidden_layout_modes"/> |
---|
20 | <property name="hidden_readonly_layout_modes"/> |
---|
21 | <property name="vocabulary">scratch_card_search_mode</property> |
---|
22 | <property name="render_format">radio</property> |
---|
23 | </widget> |
---|
24 | <widget name="search_string" meta_type="String Widget"> |
---|
25 | <property name="title">Search String</property> |
---|
26 | <property name="fields"> |
---|
27 | <element value="search_string"/> |
---|
28 | </property> |
---|
29 | <property name="label">(complete numbers only)</property> |
---|
30 | <property name="label_edit">(complete numbers only)</property> |
---|
31 | <property name="readonly_layout_modes"/> |
---|
32 | <property name="hidden_layout_modes"/> |
---|
33 | <property name="hidden_readonly_layout_modes"/> |
---|
34 | </widget> |
---|
35 | <table> |
---|
36 | <row> |
---|
37 | <cell name="search_mode" ncols="2"/> |
---|
38 | </row> |
---|
39 | <row> |
---|
40 | <cell name="search_string" ncols="2"/> |
---|
41 | </row> |
---|
42 | </table> |
---|
43 | </object> |
---|
44 | |
---|