summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfit_edit.xml
blob: a5e6506463dfd6b8e861fa2bd208118804b4c633 (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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Side tray Outfit Edit panel -->
<panel
 background_visible="true"
 border="false"
 height="600"
 follows="all"
 label="Outfit Edit"
 layout="topleft"
 left="0"
 min_height="350"
 name="outfit_edit"
 top="0"
 width="320">
    <string
     name="No Outfit"
     value="No Outfit"/>
	
	<panel.string
		name="not_available">
		(N\A)
	</panel.string>
	<panel.string
		name="unknown">
		(unknown)
	</panel.string>


    <button
     follows="top|left"
     height="23"
     image_overlay="BackArrow_Off"
     layout="topleft"
     name="back_btn"
     left="5"
     tab_stop="false"
     top="2"
     width="23" />
    <text
     follows="top|right"
     font="SansSerifHugeBold"
     height="26"
     layout="topleft"
     left_pad="20"
     name="title"
     text_color="LtGray"
     top="0"
     value="Edit Outfit"
     use_ellipses="true"
     width="275" /> 

<!-- "HEADER WITH ICON, STATUS TEXT AND OUTFIT NAME" -->
    <panel
     bevel_style="none"
     follows="top|left|right"
     height="45"
     label="bottom_panel"
     layout="topleft"
     left="5"
     name="header_panel"
     top_pad="5" 
     width="300">
        <icon
         follows="left|top"
         height="40"
         image_name="t-shirt-image"
         left="2"
         mouse_opaque="false"
         name="outfit_icon"
         top="1"
         scale_image="true"
         visible="true"
         width="35" />
            <panel
             bevel_style="none"
             follows="top|right"
             height="40"
             label="bottom_panel"
             layout="topleft"
             left_pad="10"
             name="outfit_name_and_status"
             top="2"
             width="200">
                <text
                 follows="top|left|right"
                 font="SansSerif"
                 height="13"
                 layout="topleft"
                 name="status"
                 text_color="Green"
                 top="0"
                 value="Editing..."
                 use_ellipses="true"
                 width="275" /> 
                <text
                 follows="bottom|left|right"
                 font="SansSerifHugeBold"
                 height="26"
                 layout="topleft"
                 name="curr_outfit_name"
                 text_color="LtGray"
                 top_pad="0"
                 value="[Current Outfit]"
                 use_ellipses="true"
                 width="275" /> 
            </panel>
    </panel>


<!-- LIST OF WEARABLES (CURRENT OUTFIT/ WEARABLES TO ADD) -->
    <layout_stack
     animate="false"
     default_tab_group="2"
     follows="all"
     height="470"
     width="300"
     layout="topleft"
     orientation="vertical"
     name="im_panels"
     tab_group="1"
     top_pad="10"
     left="5">
        <layout_panel
         layout="topleft"
         follows="left|top|right"
         height="220"
         label="IM Control Panel"
         min_height="100"
         name="outfit_wearables_panel"
         width="300"
         auto_resize="true"
         user_resize="true">

            <scroll_list
             width="300"
             column_padding="0"
             draw_heading="false"
             draw_stripes="false"
             follows="left|top|right|bottom"
             layout="topleft"
             name="look_items_list"
             search_column="1"
             sort_column="2"
             left="0"
             height="193"
             top="0">
                <scroll_list.columns
                 label="Look Item"
                 name="look_item"
                 width="285" />
                <scroll_list.columns
                 label="Outfit Item Sort"
                 width="0"
                 sort_column="look_item_sort"
                 name="look_item_sort" />
            </scroll_list>

            <panel
             background_visible="true"
             bevel_style="none"
             follows="bottom|left|right"
             height="27"
             label="bottom_panel"
             layout="topleft"
             left="0"
             name="edit_panel"
             top_pad="0"
             width="300">
                <button
                 follows="bottom|left"
                 height="25"
                 image_hover_unselected="Toolbar_Left_Over"
                 image_overlay="OptionsMenu_Off"
                 image_selected="Toolbar_Left_Selected"
                 image_unselected="Toolbar_Left_Off"
                 layout="topleft"
                 left="0"
                 name="gear_menu_btn"
                 top="1"
                 width="31" />
                <button
                 is_toggle="true"
                 follows="bottom|left"
                 height="25"
                 image_hover_unselected="Toolbar_Middle_Over"
                 image_overlay="AddItem_Off"
                 image_selected="Toolbar_Middle_Selected"
                 image_unselected="Toolbar_Middle_Off"
                 layout="topleft"
                 left_pad="1"
                 name="add_btn"
                 top="1"
                 width="31" />
                <button
                 follows="bottom|left"
                 height="25"
                 image_hover_unselected="Toolbar_Middle_Over"
                 image_overlay=""
                 image_selected="Toolbar_Middle_Selected"
                 image_unselected="Toolbar_Middle_Off"
                 layout="topleft"
                 left_pad="1"
                 name="new_btn"
                 top="1"
                 width="31" />
                <button
                 follows="bottom|right"
                 height="25"
                 image_hover_unselected="Toolbar_Middle_Over"
                 image_overlay="TrashItem_Off"
                 image_selected="Toolbar_Middle_Selected"
                 image_unselected="Toolbar_Middle_Off"
                 layout="topleft"
                 name="trash_btn"
                 right="-1"
                 top="1"
                 width="31" />
            </panel>
        </layout_panel>


        <layout_panel
         auto_resize="true"
         default_tab_group="3"
         height="250" 
         min_height="120"
         name="add_wearables_panel"
         width="300"
         tab_group="2"
         user_resize="true"
         visible="false">

            <text
             follows="top|left|right"
             font="SansSerifBold"
             height="13"
             layout="topleft"
             left="5"
             name="status"
             text_color="LtGray"
             top="5"
             value="Add Wearables"
             use_ellipses="true"
             width="275" />

            <filter_editor
             background_image="TextField_Search_Off"
             follows="left|top|right"
             font="SansSerif"
             label="Filter"
             layout="topleft"
             left="5"
             width="290"
             height="20"
             name="look_item_filter"
             text_color="black"
             text_pad_left="25" />

            <inventory_panel
             allow_multi_select="false"
             border="false"
             follows="left|top|right|bottom"
             height="176"
             layout="topleft"
             left="0"
             mouse_opaque="false"
             name="inventory_items"
             top_pad="5"
             width="300"/>

            <panel
             background_visible="true"
             bevel_style="none"
             follows="left|right|bottom"
             height="27"
             label="add_wearables_button_bar"
             layout="topleft"
             left="0"
             name="add_wearables_button_bar"
             top_pad="0"
             width="300">
                <button
                 follows="bottom|left"
                 height="25"
                 image_hover_unselected="Toolbar_Left_Over"
                 image_overlay="OptionsMenu_Off"
                 image_selected="Toolbar_Left_Selected"
                 image_unselected="Toolbar_Left_Off"
                 layout="topleft"
                 left="0"
                 name="wearables_gear_menu_btn"
                 top="1"
                 width="31" />
                <button
                 follows="bottom|left"
                 height="25"
                 image_hover_unselected="Toolbar_Middle_Over"
                 image_overlay=""
                 image_selected="Toolbar_Middle_Selected"
                 image_unselected="Toolbar_Middle_Off"
                 label="F"
                 layout="topleft"
                 left_pad="1"
                 name="folder_view_btn"
                 top="1"
                 width="31" />
                <button
                 follows="bottom|left"
                 height="25"
                 image_hover_unselected="Toolbar_Middle_Over"
                 image_overlay=""
                 image_selected="Toolbar_Middle_Selected"
                 image_unselected="Toolbar_Middle_Off"
                 label="L"
                 layout="topleft"
                 left_pad="1"
                 name="list_view_btn"
                 top="1"
                 width="31" />
                <button
                 follows="bottom|left"
                 height="25"
                 image_hover_unselected="Toolbar_Middle_Over"
                 image_overlay="AddItem_Off"
                 image_selected="Toolbar_Middle_Selected"
                 image_unselected="Toolbar_Middle_Off"
                 label=""
                 layout="topleft"
                 left_pad="1"
                 name="add_to_outfit_btn"
                 top="1"
                 width="31" />
            </panel>
        </layout_panel>
    </layout_stack>

    <panel
     follows="left|right|bottom"
     height="30"
     layout="topleft"
     left="5"
     top_pad="10"
     name="save_revert_button_bar"
     width="300">
        <button
         follows="bottom|left|right"
         height="23"
         label="Save"
         left="0"
         layout="topleft"
         name="save_btn"
         width="145" />
        <button
         follows="bottom|right"
         height="23"
         name="save_flyout_btn"
         label=""
         left_pad="-20"
         tab_stop="false"
         image_selected="SegmentedBtn_Right_Selected_Press"
         image_unselected="SegmentedBtn_Right_Off"
         image_pressed="SegmentedBtn_Right_Press"
         image_pressed_selected="SegmentedBtn_Right_Selected_Press"
         image_overlay="Arrow_Small_Up"
         width="20"/>
        <button
         follows="bottom|left|right"
         height="23"
         left_pad="15"
         label="Revert"
         layout="topleft"
         name="revert_btn"
         width="145" />
    </panel>
</panel>