summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_avatar_picker.xml
blob: 001229416064d7ef1f217b884f8cf797cafa2492 (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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_resize="true"
 height="350"
 layout="topleft"
 min_height="200"
 min_width="265"
 name="avatarpicker"
 title="Choose Resident"
 width="265">
    <floater.string
     name="not_found">
        &apos;[TEXT]&apos; not found
    </floater.string>
    <floater.string
     name="no_one_near">
        No-one near
    </floater.string>
    <floater.string
     name="no_results">
        No results
    </floater.string>
    <floater.string
     name="searching">
        Searching...
    </floater.string>
    <tab_container
     follows="left|right|top|bottom"
     height="300"
     layout="topleft"
     left="4"
     name="ResidentChooserTabs"
     tab_position="top"
     tab_width="65"
     top="20"
     width="255">
        <panel
         border="true"
         height="150"
         label="Search"
         layout="topleft"
         left="6"
         name="SearchPanel"
         top="150"
         width="134">
            <text
             type="string"
             length="1"
             follows="left|top"
             height="16"
             layout="topleft"
             left="10"
             name="InstructSearchResidentName"
             top="8"
             width="220">
                Type part of the resident&apos;s name:
            </text>
            <line_editor
             border_style="line"
             border_thickness="1"
             follows="left|top|right"
             height="16"
             layout="topleft"
             left_delta="0"
             name="Edit"
             top_pad="4"
             width="50" />
            <button
             follows="top|right"
             height="20"
             label="Find"
             label_selected="Find"
             layout="topleft"
             left_pad="5"
             name="Find"
             top_delta="-1"
             width="62" />
            <scroll_list
             follows="left|top|right|bottom"
             height="90"
             layout="topleft"
             left="10"
             name="SearchResults"
             top="52"
             width="115" />
        </panel>
        <panel
         border="true"
         height="150"
         label="Calling Cards"
         layout="topleft"
         left_delta="-1"
         name="CallingCardsPanel"
         top_delta="134"
         width="135">
            <text
             type="string"
             length="1"
             follows="left|top"
             height="16"
             layout="topleft"
             left="10"
             name="InstructSelectCallingCard"
             top="8"
             width="220">
                Select a calling card:
            </text>
            <inventory_panel
             allow_multi_select="false"
             border="true"
             follows="left|top|right|bottom"
             height="110"
             layout="topleft"
             left_delta="0"
             name="InventoryPanel"
             top_pad="7"
             width="115" />
        </panel>
        <panel
         border="true"
         height="240"
         label="Near Me"
         layout="topleft"
         left="6"
         name="NearMePanel"
         top="60"
         width="135">
            <text
             type="string"
             length="1"
             follows="left|top"
             height="16"
             layout="topleft"
             left="10"
             name="InstructSelectResident"
             top="8"
             width="220">
                Select nearby resident:
            </text>
            <button
             follows="top|right"
             height="20"
             label="Refresh List"
             label_selected="Refresh List"
             layout="topleft"
             left_delta="25"
             name="Refresh"
             top_delta="-1"
             width="90" />
            <slider
             control_name="NearMeRange"
             decimal_digits="0"
             follows="left|top"
             height="15"
             increment="1"
             initial_value="20"
             label="Range"
             layout="topleft"
             left="10"
             max_val="40"
             min_val="5"
             name="near_me_range"
             top="32"
             width="175" />
            <text
             type="string"
             length="1"
             follows="left|top"
             height="15"
             layout="topleft"
             left_delta="175"
             name="meters"
             top_delta="0"
             width="40">
                Meters
            </text>
            <scroll_list
             follows="left|top|right|bottom"
             height="175"
             layout="topleft"
             left="10"
             name="NearMe"
             sort_column="0"
             top="57"
             width="115" />
        </panel>
    </tab_container>
    <button
     follows="left|bottom"
     height="20"
     label="Select"
     label_selected="Select"
     layout="topleft"
     left="10"
     name="Select"
     top="324"
     width="95" />
    <button
     follows="right|bottom"
     height="20"
     label="Cancel"
     label_selected="Cancel"
     layout="topleft"
     right="-10" 
     name="Cancel"
     top_delta="0"
     width="95" />
</floater>