summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
blob: 51997a2813b3a60a220d89f3420eff21afe9017e (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Outfits" 
	  bottom="0" 
	  height="326" 
	  left="0" 
	  width="310"
	  border="true"
	  follows="left|top|right|bottom">
    <accordion
     follows="left|top|right|bottom"
     height="315"
     layout="topleft"
     left="0"
     name="outfits_accordion"
     top="2"
     width="310">
        <accordion_tab
         layout="topleft"
         name="tab_outfits"
         title="Outfits">
	 <inventory_panel 
	 	 allow_multi_select="true" 
		 border="true" 
		 bottom="0"
	     follows="left|top|right|bottom" 
		 height="326" 
		 left="0" 
		 mouse_opaque="true"
	     name="outfitslist_accordionpanel"
		 width="310"
		 start_folder="My Outfits"/>
        </accordion_tab>
        <accordion_tab
         layout="topleft"
         name="tab_cof"
         title="Current Outfit">
	 <inventory_panel 
	 	 allow_multi_select="true" 
		 border="true" 
		 bottom="0"
	     follows="left|top|right|bottom" 
		 height="326" 
		 left="0" 
		 mouse_opaque="true"
	     name="cof_accordionpanel"
		 width="310"
		 start_folder="Current Outfit"/>
        </accordion_tab>
	</accordion>

	<button bottom="0"
		 halign="center"
		 height="16"
		 label=">"
		 enabled="false"
	     mouse_opaque="false"
		 name="selector"
		 width="20"
		 left="0"
		 visible="false"
	     follows="right|bottom"
		 tool_tip="View outfit properties"/>
    <panel
     background_visible="true"
     bevel_style="none"
     bottom="0"
     follows="left|right|bottom"
     height="30"
     layout="bottomleft"
     left="0"
	 visible="true"
     name="bottom_panel"
     width="310">
        <button
         follows="bottom|left"
         tool_tip="Show additional options"
         height="18"
         image_disabled="OptionsMenu_Disabled"
         image_selected="OptionsMenu_Press"
         image_unselected="OptionsMenu_Off"
         layout="topleft"
         left="10"
         name="options_gear_btn"
         picture_style="true"
         top="6"
         width="18" />
        <button
         follows="bottom|left"
         height="18"
         image_selected="AddItem_Press"
         image_unselected="AddItem_Off"
         image_disabled="AddItem_Disabled"
         layout="topleft"
         left_pad="5"
         name="add_btn"
         picture_style="true"
         tool_tip="Add new item"
         width="18" />
        <dnd_button
         follows="bottom|right"
         height="18"
         image_selected="TrashItem_Press"
         image_unselected="TrashItem_Off"
         layout="topleft"
         right="-5"
         name="trash_btn"
         picture_style="true"
         tool_tip="Remove selected item"
         top="6"
         width="18" />
    </panel>
</panel>