summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_publish_classified.xml
blob: 322e34272c09c3a4153ac3c985b404bdb9820267 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 height="200"
 layout="topleft"
 name="publish_classified"
 title="Publishing Classified"
 width="320">
    <text
     top="20"
     follows="top|left"
     font="SansSerif"
     height="60"
     layout="topleft"
     left="15"
     word_wrap="true"
     name="explanation_text">
     
Your classified ad will run for one week from the date it is published.
        
Remember, Classified fees are non-refundable.

    </text>
    <spinner
     decimal_digits="0"
     follows="left|top"
     font="SansSerif"
     halign="left"
     height="23"
     increment="1"
     label_width="50"
     label="Price: L$ "
     v_pad="10"
     layout="topleft"
     left="15"
     value="50"
     min_val="50"
     max_val="999999"
     name="price_for_listing"
     top_pad="10"
     tool_tip="Price for listing."
     width="150" />
    <button
     follows="top|left"
     height="22"
     label="Publish"
     layout="topleft"
     left="105"
     name="publish_btn"
     top="160"
     width="100" />
    <button
     follows="top|left"
     height="22"
     label="Cancel"
     layout="topleft"
     left_pad="5"
     name="cancel_btn"
     width="100" />
</floater>