diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml b/linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml new file mode 100644 index 0000000..8c5a710 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/panel_avatar_classified.xml | |||
@@ -0,0 +1,51 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="true" bottom="0" follows="top|left" height="332" left="0" | ||
3 | name="Classified" title="Classified" width="350"> | ||
4 | <texture_picker bottom="-165" follows="left|top" height="155" left="10" name="snapshot_ctrl" | ||
5 | width="207" /> | ||
6 | <line_editor bg_readonly_color="clear" bottom_delta="-8" enabled="false" follows="left|top" | ||
7 | font="SansSerif" height="20" left="10" name="given_name_editor" | ||
8 | text_readonly_color="white" | ||
9 | tool_tip="Name must begin with a letter or number, not punctuation." | ||
10 | width="280" /> | ||
11 | <text_editor bg_readonly_color="clear" enabled="false" follows="left|top" | ||
12 | font="SansSerifSmall" height="70" left="10" max_length="1023" | ||
13 | name="desc_editor" text_readonly_color="white" width="280" word_wrap="true" /> | ||
14 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" | ||
15 | font="SansSerifSmall" height="20" left="10" name="location_editor" | ||
16 | text_readonly_color="white" | ||
17 | tool_tip="Set the location for this classified to your current position." | ||
18 | width="280" /> | ||
19 | <button bottom_delta="-27" follows="left|top" height="20" label="Set Location" | ||
20 | left="10" name="set_location_btn" width="110" /> | ||
21 | <button bottom_delta="0" follows="left|top" height="20" label="Teleport" | ||
22 | left_delta="120" name="classified_teleport_btn" width="80" /> | ||
23 | <button bottom_delta="0" follows="left|top" height="20" label="Map" left_delta="90" | ||
24 | name="classified_map_btn" width="80" /> | ||
25 | <combo_box bottom_delta="-27" follows="left|top" height="18" label="" left="10" | ||
26 | name="classified_category_combo" right="150" /> | ||
27 | <check_box bottom_delta="-1" follows="left|top" height="20" label="Mature" left="160" | ||
28 | name="classified_mature_check" width="80" /> | ||
29 | <text bg_readonly_color="clear" bottom_delta="-25" follows="left|top" | ||
30 | font="SansSerifSmall" height="18" left="10" name="classified_info_text" | ||
31 | text_readonly_color="white" | ||
32 | tool_tip="The more you choose to pay for your ad, the higher in the list it appears." | ||
33 | width="300"> | ||
34 | Ad placed: Not yet published | ||
35 | </text> | ||
36 | <text bg_readonly_color="clear" bottom_delta="-18" follows="left|top" | ||
37 | font="SansSerifSmall" height="18" left="10" name="click_through_text" | ||
38 | text_readonly_color="white" | ||
39 | tool_tip="Total number of clicks on each button since this classified was placed." | ||
40 | width="300"> | ||
41 | Clicks: | ||
42 | </text> | ||
43 | <button bottom_delta="-16" follows="left|top" height="18" label="Publish..." left="160" | ||
44 | name="classified_update_btn" width="110" /> | ||
45 | <check_box bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" | ||
46 | height="20" label="Auto-renew each week" left="10" name="auto_renew_check" | ||
47 | width="120" /> | ||
48 | <text hidden="true" name="ad_placed_paid"> | ||
49 | Ad placed: [DATE], Paid L$[AMT] for listing. | ||
50 | </text> | ||
51 | </panel> | ||