summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_media_browser.xml
blob: a073c3443aa4e3795c62d4f543ee9878ba754b70 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_resize="true"
 height="440"
 layout="topleft"
 min_height="140"
 min_width="467"
 name="floater_about"
 save_rect="true"
 title="Media Browser"
 width="820">
    <layout_stack
     bottom="440"
     follows="left|right|top|bottom"
     layout="topleft"
     left="10"
     name="stack1"
     top="20"
     width="800">
        <layout_panel
         auto_resize="false"
         height="20"
         layout="topleft"
         left="0"
         name="nav_controls"
         top="400"
         user_resize="false"
         width="800">
            <button
             follows="left|top"
             height="20"
             label="Back"
             layout="topleft"
             left="0"
             name="back"
             top="0"
             width="55" />
            <button
             follows="left|top"
             height="20"
             label="Forward"
             layout="topleft"
             left_pad="3"
             name="forward"
             top_delta="0"
             width="68" />
            <button
             enabled="false"
             follows="left|top"
             height="20"
             label="Reload"
             layout="topleft"
             left_pad="2"
             name="reload"
             top_delta="0"
             width="70" />
            <combo_box
             allow_text_entry="true"
             follows="left|top|right"
             height="20"
             layout="topleft"
             left_pad="5"
             max_chars="255"
             name="address"
             top_delta="0"
             width="540" />
            <button
             enabled="false"
             follows="right|top"
             height="20"
             label="Go"
             layout="topleft"
             left_pad="5"
             name="go"
             top_delta="0"
             width="55" />
        </layout_panel>
        <layout_panel
         auto_resize="false"
         height="20"
         layout="topleft"
         left_delta="0"
         name="parcel_owner_controls"
         top_delta="0"
         user_resize="false"
         width="540">
            <button
             enabled="false"
             follows="left|top"
             height="20"
             label="Send Current URL to Parcel"
             layout="topleft"
             left="0"
             name="assign"
             top="0"
             width="200" />
        </layout_panel>
        <layout_panel
         height="20"
         layout="topleft"
         left_delta="0"
         name="external_controls"
         top_delta="0"
         user_resize="false"
         width="540">
            <web_browser
             bottom="-10"
             follows="left|right|top|bottom"
             layout="topleft"
             left="0"
             name="browser"
             top="0"
             width="540" />
            <button
             follows="bottom|left"
             height="20"
             label="Open in My Web Browser"
             layout="topleft"
             left_delta="0"
             name="open_browser"
             top_pad="5"
             width="185" />
            <check_box
             control_name="UseExternalBrowser"
             follows="bottom|left"
             height="20"
             label="Always open in my web browser"
             layout="topleft"
             left_pad="5"
             name="open_always"
             top_delta="0"
             width="200" />
            <button
             follows="bottom|right"
             height="20"
             label="Close"
             layout="topleft"
             left_pad="80"
             name="close"
             top_delta="0"
             width="70" />
        </layout_panel>
    </layout_stack>
</floater>