summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
blob: 8e21b4d5fec3c4d774240a1ba1f04d3db7d9a7c5 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <panel name="Outfits"
 bg_alpha_color="MouseGray"
 bg_opaque_color="MouseGray"
 background_opaque="false"
 background_visible="false"
  follows="all"
 height="575"
 label="Things"
 layout="topleft"
 min_height="350"
 min_width="240"
 width="320"
 border="false">
   <panel.string
     name="wear_outfit_tooltip">
     Wear selected outfit
   </panel.string>
   <panel.string
     name="wear_items_tooltip">
     Wear selected items
   </panel.string>
   <tab_container
     follows="all"
     height="539"
     layout="topleft"
     left="5"
     name="appearance_tabs"
     tab_min_width="100"
     tab_height="30"
     tab_position="top"
     halign="center"
     top="8"
     width="315">
         <panel
           class="outfit_gallery"
           filename="panel_outfit_gallery.xml"
           height="520"
           name="outfit_gallery_tab"
           background_visible="false"
           help_topic="outfit_gallery_tab"
           follows="all"
           label="OUTFIT GALLERY"
           layout="topleft"
           width="315" />
         <panel
           class="outfits_list"
           filename="panel_outfits_list.xml"
           height="520"
           name="outfitslist_tab"
           background_visible="false"
           help_topic="my_outfits_tab"
           follows="all"
           label="MY OUTFITS"
           layout="topleft"
           width="315" />
         <panel
           background_visible="false"
           bg_alpha_color="MouseGray"
           class="panel_wearing"
           filename="panel_outfits_wearing.xml"
           follows="all"
           height="520"
           help_topic="now_wearing_tab"
           label="WEARING"
           layout="topleft"
           name="cof_tab"
           width="315" />
   </tab_container>

   <panel
       background_visible="false"
       follows="bottom|left|right"
       height="27"
       layout="topleft"
       left="9"
       top_pad="1"
       visible="true"
       name="bottom_panel"
       width="310">
			<layout_stack
     	         follows="bottom|left|right"
		         height="23"
		         layout="topleft"
		         mouse_opaque="false"
		         name="bottom_panel_ls"
		         left="0"
		         orientation="horizontal"
		         top="0"
		         width="308">	
			    <layout_panel
			         follows="bottom|left|right"
			         height="23"
                     layout="bottomleft"
                     left="0"			
                     mouse_opaque="false"
                     name="save_btn_lp"
                     auto_resize="true"
                     width="156">
                    <button
                         follows="bottom|left|right"
                         height="23"
                         label="Save changes"
                         left="1"
                         layout="topleft"
                         name="save_btn"
                         top="0"
                         width="155" />
          </layout_panel>
          <layout_panel
               follows="bottom|left|right"
               height="23"
               layout="bottomleft"
               left_pad="3"
               mouse_opaque="false"
               name="save_as_btn_lp"
               auto_resize="true"
               width="156">
              <button
                   follows="bottom|left|right"
                   height="23"
                   label="Save as..."
                   layout="topleft"
                   name="save_as_btn"
                   top="0"
                   left="1"
                   width="155" />
          </layout_panel>
          <layout_panel
                     follows="bottom|left|right"
                     height="23"
                     layout="bottomleft"
                     left_pad="3"			
                     mouse_opaque="false"
                     name="wear_btn_lp"
                     auto_resize="true"
                     width="147">
                    <button
                         follows="bottom|left|right"
                         height="23"
                         label="Wear"
                         layout="topleft"
                         name="wear_btn"
                         left="1"
                         top="0"
                         width="146" />
			    </layout_panel>
			</layout_stack>
   </panel>
</panel>