summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_edit_classified.xml
blob: 3509eaa2851f63c77565e724a185bab1e1a9f31a (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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_visible="true"
 bevel_style="in"
 follows="left|top|right|bottom"
 height="569"
 label="Edit Classified"
 layout="topleft"
 left="0"
 min_height="350"
 name="panel_edit_classified"
 help_topic="profile_edit_classified"
 top="0"
 width="333">
 <panel.string
  name="location_notice">
    (will update after save)
 </panel.string>
 <string name="publish_label">
  Publish
 </string>
 <string name="save_label">
  Save
 </string>
  <button
     follows="top|left"
     height="24"
     image_hover_unselected="BackButton_Over"
     image_pressed="BackButton_Press"
     image_unselected="BackButton_Off"
     layout="topleft"
     name="back_btn"
     left="10"
     tab_stop="false"
     top="2"
     width="30"
     use_draw_context_alpha="false" />
   <text
     type="string"
     length="1"
     follows="top"
     font="SansSerifHugeBold"
     height="26"
     layout="topleft"
     left_pad="4"
     name="title"
     text_color="LtGray"
     top="0"
     width="250">
        Edit Classified
    </text>
   <scroll_container
    color="DkGray2"
    follows="all"
    height="502"
    layout="topleft"
    left="8"
    top_pad="10"
    name="profile_scroll"
    reserve_scroll_corner="false"
    opaque="true"
    width="312">
    <panel
     name="scroll_content_panel"
     follows="left|top"
     min_height="300"
     layout="topleft"
     top="0"
     background_visible="false"
     height="690"
     left="0"
     width="285">
      <panel
         name="snapshot_panel"
         layout="topleft"
         follows="left|top|right"
         height="197"
         left="10"
         top="10"
         width="272">
      <texture_picker
       fallback_image="default_land_picture.j2c"
       follows="left|top|right"
       height="197"
       width="272"
       layout="topleft"
       top="0"
       left="0"
       name="classified_snapshot" />
       <icon
           height="197"
           image_name="spacer24.tga"
           layout="topleft"
           name="edit_icon"
           label=""
           tool_tip="Click to select an image"
           top="0"
           left="0"
           width="272" />
       </panel>
        <text
         type="string"
         length="1"
         follows="left|top"
         height="15"
         font="SansSerifSmall"
         font.style="BOLD"
         layout="topleft"
         left="10"
         top="215"
         name="Name:"
         text_color="white"
         width="280">
            Title:
        </text>
        <line_editor
         follows="left|top|right"
         font="SansSerif"
         height="20"
         layout="topleft"
         left="10"
         top_pad="2"
         max_length_bytes="30"
         name="classified_name"
         prevalidate_callback="ascii"
         text_color="black"
         width="273" />
        <text
         type="string"
         length="1"
         follows="left|top"
         height="15"
         font="SansSerifSmall"
         font.style="BOLD"
         layout="topleft"
         left="10"
         top_pad="20"
         name="description_label"
         text_color="white"
         width="280">
            Description:
        </text>
        <text_editor
         follows="left|top|right"
         height="100"
         width="273"
         hide_scrollbar="false"
         layout="topleft"
         left="10"
         top_pad="2"
         max_length="256"
         name="classified_desc"
         text_color="black"
         word_wrap="true" />
        <text
         type="string"
         length="1"
         font="SansSerifSmall"
         font.style="BOLD"
         follows="left|top"
         height="15"
         layout="topleft"
         left="10"
         name="location_label"
         text_color="white"
         top_pad="20"
         width="280">
            Location:
        </text>
        <text
         type="string"
         length="1"
         follows="left|top"
         height="30"
         layout="topleft"
         left="10"
         name="classified_location"
         right="-10"
         top_pad="2"
         width="280"
         word_wrap="true">
            loading...
        </text>
        <button
         follows="left|top"
         height="23"
         label="Set to Current Location"
         layout="topleft"
         left="10"
         top_pad="5"
         name="set_to_curr_location_btn"
         width="200" />
        <text
         follows="left|top"
         font.style="BOLD"
         height="10"
         layout="topleft"
         left="10"
         name="category_label"
         text_color="white"
         top_pad="15"
         value="Category:"
         width="250" />
        <combo_box
         follows="left|top" 
         height="23" 
         label=""
	     left="10" 
         name="category" 
         top_pad="5"
         width="156" />
        <text
         follows="left|top"
         font.style="BOLD"
         height="10"
         layout="topleft"
         left="10"
         name="content_type_label"
         text_color="white"
         top_pad="15"
         value="Content type:"
         width="250" />
        <icons_combo_box
         follows="left|top"
         height="23"
         label="General Content"
         layout="topleft"
         left="10"
         name="content_type"
         top_pad="5"
         width="156">
            <icons_combo_box.drop_down_button
             image_overlay="Parcel_PG_Light"
             image_overlay_alignment="left"
             imgoverlay_label_space="3"
             pad_left="3"/>
            <icons_combo_box.item
             label="Moderate Content"
             name="mature_ci"
             value="Mature">
                <item.columns
                 halign="center"
                 type="icon"
                 value="Parcel_M_Light"
                 width="20"/>
            </icons_combo_box.item>
            <icons_combo_box.item
             label="General Content"
             name="pg_ci"
             value="PG">
                <item.columns
                 halign="center"
                 type="icon"
                 value="Parcel_PG_Light"
                 width="20"/>
            </icons_combo_box.item>
        </icons_combo_box>
        <check_box
         height="16"
         label="Auto renew each week"
         layout="topleft"
         left="10"
         name="auto_renew"
         top_pad="15"
         width="250" />
        <text
         follows="left|top"
         height="10"
         layout="topleft"
         left="10"
         name="price_for_listing_label"
         text_color="white"
         top_pad="15"
         value="Price for listing:"
         width="250" />
        <spinner
         decimal_digits="0"
         follows="left|top"
         halign="left"
         height="23"
         increment="1"
         label_width="20"
         label="L$"
         v_pad="10"
         layout="topleft"
         left="10"
         value="50"
         min_val="50"
         max_val="99999"
         name="price_for_listing"
         top_pad="5"
         tool_tip="Price for listing."
         width="105" />
     </panel>
    </scroll_container>
    <panel
     follows="left|right|bottom"
     height="23"
     label="bottom_panel"
     layout="topleft"
     left="8"
     name="bottom_panel"
     top_pad="5"
     width="303">
     
         <layout_stack
		  follows="bottom|left|right"
		  height="23"
		  layout="topleft"
		  name="bottom_panel_ls"
		  left="1"
		  orientation="horizontal"
		  top_pad="0"
		  width="309">
		  
		  <layout_panel
			  follows="bottom|left|right"
			  height="23"
			  layout="bottomleft"
			  left="0"
			  name="save_changes_btn_lp"
		      auto_resize="true"
			  width="156">
			  <button
		         follows="bottom|left|right"
		         height="23"
		         label="[LABEL]"
		         layout="topleft"
		         name="save_changes_btn"
		         left="1"
		         top="0"
		         width="155" />	
		  </layout_panel>
		  
		  <layout_panel
			  follows="bottom|left|right"
			  height="23"
			  layout="bottomleft"
			  left_pad="3"
			  name="show_on_map_btn_lp"
		      auto_resize="true"
			  width="157">
			  <button
		         follows="bottom|left|right"
		         height="23"
		         label="Cancel"
		         layout="topleft"
		         name="cancel_btn"
		         left="1"
		         top="0"
		         width="156" />
		  </layout_panel>
	   </layout_stack>
    </panel>
</panel>