summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_classified.xml
blob: e96dbd527ca0d534451f84e4ce3287198852eb8a (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="bottom|left"
 height="490"
 label="Classified"
 layout="topleft"
 left="330"
 name="Classified"
 top="490"
 width="450">
    <panel.string
     name="ad_placed_paid">
        Ad placed: [DATE], Paid L$[AMT] for listing.
    </panel.string>
    <panel.string
     name="update_txt">
        Update
    </panel.string>
    <panel.string
     name="publish_txt">
        Publish...
    </panel.string>
    <panel.string
     name="dateStr">
        [mthnum,datetime,slt]/[day,datetime,slt]/[year,datetime,slt]
    </panel.string>
    <texture_picker
     fallback_image="default_land_picture.j2c"
     follows="left|top"
     height="300"
     layout="topleft"
     left="20"
     name="snapshot_ctrl"
     top="15"
     width="400" />
    <line_editor
     enabled="false"
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left_delta="0"
     name="given_name_editor"
     tool_tip="Name must begin with a letter or number, not punctuation"
     top_delta="288"
     width="400" />
    <text_editor
     enabled="false"
     follows="left|top"
     height="90"
     layout="topleft"
     left="20"
     max_length="1023"
     name="desc_editor"
     width="400"
     word_wrap="true" />
    <line_editor
     enabled="false"
     follows="left|top"
     font="SansSerif"
     height="20"
     layout="topleft"
     left="20"
     name="location_editor"
     tool_tip="Set the location for this classified to your current position"
     width="400" />
    <button
     follows="left|top"
     height="20"
     label="Set"
     layout="topleft"
     left_delta="360"
     name="set_location_btn"
     top_delta="0"
     width="60" />
    <button
     follows="left|top"
     height="20"
     label="Teleport"
     layout="topleft"
     left="20"
     name="classified_teleport_btn"
     top="449"
     width="100" />
    <button
     follows="left|top"
     height="20"
     label="Map"
     layout="topleft"
     left_pad="5"
     name="classified_map_btn"
     top_delta="0"
     width="100" />
    <button
     follows="left|top"
     height="20"
     label="Profile"
     layout="topleft"
     left_pad="5"
     name="classified_profile_btn"
     top_delta="0"
     width="100" />
    <combo_box
     height="20"
     layout="topleft"
     left="30"
     name="classified_mature_check"
     top="48"
     width="130">
        <combo_box.item
         label="- Select one -"
         name="select_mature"
         value="Select" />
        <combo_box.item
         label="Moderate Content"
         name="mature"
         value="Mature" />
        <combo_box.item
         label="General Content"
         name="pg"
         value="PG" />
    </combo_box>
    <combo_box
     bottom="45"
     height="18"
     layout="topleft"
     left="20"
     name="classified_category_combo"
     right="150" />
    <button
     follows="left|top"
     height="20"
     label="Update"
     layout="topleft"
     left="30"
     name="classified_update_btn"
     top="70"
     width="70" />
</panel>