summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_url_entry.xml
blob: 2dfc0fd1251933276bb9f99ef5372749f864aa5e (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 height="87"
 layout="topleft"
 name="url_entry"
 help_topic="url_entry"
 width="280">
    <text
     type="string"
     length="1"
     bottom="20"
     follows="top|left"
     height="15"
     layout="topleft"
     left="10"
     name="media_label"
     top="20">
        Media URL:
    </text>
    <combo_box
     allow_text_entry="true"
     follows="left|top|right"
     height="19"
     layout="topleft"
     left_delta="70"
     max_chars="255"
     name="media_entry"
     top_delta="-4"
     width="190" />
    <button
     follows="top|left"
     height="20"
     label="OK"
     layout="topleft"
     left="10"
     name="ok_btn"
     top="50"
     width="64" />
    <button
     follows="top|left"
     height="20"
     label="Cancel"
     layout="topleft"
     left_pad="5"
     name="cancel_btn"
     top_delta="0"
     width="64" />
    <button
     follows="top|right"
     height="20"
     label="Clear"
     layout="topleft"
     left_pad="65"
     name="clear_btn"
     top_delta="0"
     width="64" />
    <text
     type="string"
     length="1"
     font="SansSerifSmall"
     bottom_delta="-2"
     follows="bottom|left"
     height="15"
     layout="topleft"
     left="152"
     name="loading_label"
     visible="false">
        Loading...
    </text>
</floater>