diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_landmarks.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_landmarks.xml | 196 |
1 files changed, 188 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_landmarks.xml b/indra/newview/skins/default/xui/en/panel_landmarks.xml index f27b584c51..7e415f45a4 100644 --- a/indra/newview/skins/default/xui/en/panel_landmarks.xml +++ b/indra/newview/skins/default/xui/en/panel_landmarks.xml @@ -1,10 +1,190 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<panel name="Landmarks" bottom="0" height="326" left="0" width="380" - border="true" follows="left|top|right|bottom"> - <inventory_panel allow_multi_select="true" border="true" bottom="0" - follows="left|top|right|bottom" height="326" left="0" mouse_opaque="true" - name="landmarks_list" width="380"/> - <button bottom="0" halign="center" height="16" label=">" enabled="false" - mouse_opaque="false" name="selector" width="20" left="0" - follows="right|bottom" tool_tip="View landmark properties"/> +<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" + start_folder="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" + start_folder="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" + start_folder="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" + start_folder="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"> + <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> |