summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_fs_search_legacy_classifieds.xml
blob: 66c35558b10d93e30f6027ecaa2ac34ce6264715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="false"
 follows="all"
 height="566"
 layout="topleft"
 left="1"
 width="780"
 label="Classifieds"
 name="panel_ls_classifieds">
	<panel
	 border="false"
	 follows="top|left|right"
	 height="53"
	 layout="topleft"
	 left="0"
	 width="780"
	 name="panel_ls_input">
		<text
		 type="string"
		 length="1"
		 follows="left|top"
		 top_pad="5"
		 layout="topleft"
		 left="6"
		 name="search_text"
		 top="12"
		 height="16"
		 width="156">
		Enter search terms:
		</text>
		<search_combo_box
		 layout="topleft"
		 follows="left|top|right"
		 height="23"
		 left_delta="0"
		 name="classifieds_edit"
		 top="29"
		 width="651" />
		<combo_box
		 follows="right|top"
		 layout="topleft"
		 height="23"
		 allow_text_entry="false"
		 top_delta="0"
		 left_pad="2"
		 name="classifieds_category"
		 width="122">
			<combo_box.commit_callback
			 function="CommitSearch" />
		</combo_box>
		<check_box
		 control_name="ShowPGClassifieds"
		 follows="right|top"
		 height="16"
		 label=""
		 layout="topleft"
		 left="660"
		 name="pg_all"
		 top="12"
		 width="15">
			<check_box.commit_callback
			 function="CommitSearch" />
		</check_box>
		<icon
		 follows="right|top"
		 height="16"
		 image_name="Parcel_PG_Dark"
		 layout="topleft"
		 left_pad="2"
		 name="rating_icon_general"
		 top_delta="-1"
		 width="18"/>
		<check_box
		 control_name="ShowMatureClassifieds"
		 follows="right|top"
		 height="16"
		 label=""
		 layout="topleft"
		 left_pad="2"
		 name="mature_all"
		 top_delta="1"
		 width="15">
			<check_box.commit_callback
			 function="CommitSearch" />
		</check_box>
		<icon
		 follows="right|top"
		 height="16"
		 image_name="Parcel_M_Dark"
		 layout="topleft"
		 left_pad="2"
		 name="rating_icon_moderate"
		 top_delta="-1"
		 width="18"/>
		<check_box
		 control_name="ShowAdultClassifieds"
		 follows="right|top"
		 height="16"
		 label=""
		 layout="topleft"
		 left_pad="2"
		 name="adult_all"
		 top_delta="1"
		 width="15">
			<check_box.commit_callback
			 function="CommitSearch" />
		</check_box>
		<icon
		 follows="right|top"
		 height="16"
		 image_name="Parcel_R_Dark"
		 layout="topleft"
		 left_pad="2"
		 name="rating_icon_adult"
		 top_delta="-1"
		 width="18"/>
	</panel>
	<!-- Search Pane -->
	<panel
	 border="true"
	 follows="all"
	 height="510"
	 layout="topleft"
	 left="1"
	 width="410"
	 top_pad="1"
	 name="panel_ls_scrolllist">
		<scroll_list
		 draw_heading="true"
		 follows="all"
		 height="485"
		 layout="topleft"
		 left="0"
		 name="search_results_classifieds"
		 top="0"
		 width="410">
			<columns
			 label=""
			 name="icon"
			 width="20" />
			<columns
			 label="Name"
			 name="classified_name"
			 relwidth="0.70" />
			<columns
			 label="Listing Price"
			 name="price"
			 relwidth="0.3"/>
		</scroll_list>
		<button
		 layout="topleft"
		 follows="left|bottom"
		 height="23"
		 label="Back"
	 	 name="classifieds_back"
		 top_pad="2"
		 left="3"
		 width="100" />
		<button
		 layout="topleft"
		 follows="left|bottom"
		 height="23"
		 label="Next"
		 name="classifieds_next"
		 width="100"
		 left_pad="1" />
	</panel>
</panel>