summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_landmarks.xml
blob: 67a09949ceaa59279b661925b6fbd4d3c3e052f7 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
   name="Landmarks"
   top="0"
   height="400"
   layout="topleft" 
   left="0"
   width="313"
   help_topic="panel_landmarks"
   border="false"
   background_visible="true"
   bg_alpha_color="DkGray"
   follows="all">
    <accordion
     background_visible="true"
     bg_alpha_color="DkGray2"
     bg_opaque_color="DkGray2"
     follows="all"
     height="373"
     layout="topleft"
     left="3"
     name="landmarks_accordion"
     top="0"
     width="307">
        <accordion_tab
         layout="topleft"
         name="tab_favorites"
         title="Favorites bar">
            <places_inventory_panel
             allow_multi_select="true"
             border="false"
             bottom="0"
             follows="all"
             height="126"
             left="0"
             mouse_opaque="true"
             name="favorites_list"
             scroll.hide_scrollbar="true"
             folder_view.use_ellipses="true"
             start_folder.name="Favorites"
             width="307"/>
        </accordion_tab>
        <accordion_tab
         layout="topleft"
         name="tab_landmarks"
         title="My Landmarks">
            <places_inventory_panel
             allow_multi_select="true"
             border="false"
             bottom="0"
             follows="all"
             height="126"
             left="0"
             mouse_opaque="true"
             name="landmarks_list"
             scroll.hide_scrollbar="true"
             folder_view.use_ellipses="true"
             start_folder.name="Landmarks"
             width="307"/>
        </accordion_tab>
        <accordion_tab
         layout="topleft"
         name="tab_inventory"
         title="My Inventory">
            <places_inventory_panel
             allow_multi_select="true"
             border="false"
             bottom="0"
             follows="all"
             height="126"
             left="0"
             mouse_opaque="true"
             name="my_inventory_list"
             scroll.hide_scrollbar="true"
             folder_view.use_ellipses="true"
             start_folder.name="My Inventory"
             width="307"/>
          </accordion_tab>
          <accordion_tab
           layout="topleft"
           name="tab_library"
           title="Library">
            <places_inventory_panel
             allow_multi_select="true"
             border="false"
             bottom="0"
             follows="all"
             height="126"
             left="0"
             mouse_opaque="true"
             name="library_list"
             scroll.hide_scrollbar="true"
             folder_view.use_ellipses="true"
             start_folder.name="LIBRARY"
             width="313"/>
        </accordion_tab>
    </accordion>
    <panel
       background_visible="true"
     bevel_style="none"
     bottom="0"
     follows="left|right|bottom"
     height="27"
     layout="bottomleft"
     left="3"
     name="bottom_panel"
     width="313">
     	
     	  <layout_stack
		   animate="false"
		   border_size="0"
		   follows="left|right|bottom"
		   height="25"
		   layout="topleft"
		   orientation="horizontal"
		   top_pad="1"
		   left="0"
		   name="bottom_panel"
		   width="307">
		      <layout_panel
		       auto_resize="false"
		       height="25"
		       layout="topleft"
		       name="options_gear_btn_panel"
		       width="32">
		          <menu_button
		           follows="bottom|left"
		           tool_tip="Show additional options"
		           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="options_gear_btn"
		           top="0"
		           width="31" />
		      </layout_panel>
		      <layout_panel
		       auto_resize="false"
		       height="25"
		       layout="topleft"
		       name="add_btn_panel"
		       width="32">
		          <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"
		           layout="topleft"
		           left="0"
		           name="add_btn"
		           tool_tip="Add new landmark"
		           top="0"
		           width="31" />
		      </layout_panel>
		      <layout_panel
		       auto_resize="true"
		       height="25"
		       layout="topleft"
		       name="dummy_panel"
		       width="212">
		          <icon
		           follows="bottom|left|right"
		           height="25"
		           image_name="Toolbar_Middle_Off"
		           layout="topleft"
		           left="0"
		           top="0"
		           name="dummy_icon"
		           width="211" />
		      </layout_panel>
		      <layout_panel
		       auto_resize="false"
		       height="25"
		       layout="topleft"
		       name="trash_btn_panel"
		       width="31">
		          <dnd_button
		           follows="bottom|left"
		           height="25"
		           image_hover_unselected="Toolbar_Right_Over"
		           image_overlay="TrashItem_Off"
		           image_selected="Toolbar_Right_Selected"
		           image_unselected="Toolbar_Right_Off"
		           left="0"
		           layout="topleft"
		           name="trash_btn"
		           tool_tip="Remove selected landmark"
		           top="0"
		           width="31"/>
		      </layout_panel>
  	</layout_stack>
   </panel>
</panel>