summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_landmarks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_landmarks.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_landmarks.xml135
1 files changed, 0 insertions, 135 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_landmarks.xml b/indra/newview/skins/default/xui/en/panel_landmarks.xml
deleted file mode 100644
index e7104fd34e..0000000000
--- a/indra/newview/skins/default/xui/en/panel_landmarks.xml
+++ /dev/null
@@ -1,135 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<panel
- name="Landmarks"
- top="0"
- height="400"
- layout="topleft"
- left="0"
- width="380"
- help_topic="panel_landmarks"
- border="false"
- background_visible="true"
- bg_alpha_color="DkGray2"
- follows="left|top|right|bottom">
- <accordion
- follows="left|top|right|bottom"
- height="368"
- layout="topleft"
- left="0"
- name="landmarks_accordion"
- top="2"
- width="380">
- <accordion_tab
- layout="topleft"
- name="tab_favorites"
- title="Favorites bar">
- <places_inventory_panel
- allow_multi_select="true"
- border="false"
- bottom="0"
- follows="left|top|right|bottom"
- height="126"
- left="0"
- mouse_opaque="true"
- name="favorites_list"
- start_folder="Favorites"
- width="380"/>
- </accordion_tab>
- <accordion_tab
- layout="topleft"
- name="tab_landmarks"
- title="My Landmarks">
- <places_inventory_panel
- allow_multi_select="true"
- border="false"
- bottom="0"
- follows="left|top|right|bottom"
- height="126"
- left="0"
- mouse_opaque="true"
- name="landmarks_list"
- start_folder="Landmarks"
- width="380"/>
- </accordion_tab>
- <accordion_tab
- layout="topleft"
- name="tab_inventory"
- title="My Inventory">
- <places_inventory_panel
- allow_multi_select="true"
- border="false"
- bottom="0"
- follows="left|top|right|bottom"
- height="126"
- left="0"
- mouse_opaque="true"
- name="my_inventory_list"
- start_folder="My Inventory"
- width="380"/>
- </accordion_tab>
- <accordion_tab
- layout="topleft"
- name="tab_library"
- title="Library">
- <places_inventory_panel
- allow_multi_select="true"
- border="false"
- bottom="0"
- follows="left|top|right|bottom"
- height="120"
- left="0"
- mouse_opaque="true"
- name="library_list"
- start_folder="LIBRARY"
- width="380"/>
- </accordion_tab>
- </accordion>
- <panel
- bg_opaque_color="DkGray2"
- bg_alpha_color="DkGray2"
- background_visible="true"
- background_opaque="true"
- bevel_style="none"
- bottom="0"
- follows="left|right|bottom"
- height="38"
- layout="bottomleft"
- left="0"
- name="bottom_panel"
- width="380">
- <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"
- top="10"
- width="18" />
- <button
- follows="bottom|left"
- height="18"
- image_selected="AddItem_Press"
- image_unselected="AddItem_Off"
- image_disabled="AddItem_Disabled"
- layout="topleft"
- left_pad="10"
- name="add_btn"
- tool_tip="Add new landmark"
- width="18" />
- <dnd_button
- follows="bottom|right"
- height="18"
- image_selected="TrashItem_Press"
- image_unselected="TrashItem_Off"
- layout="topleft"
- right="-10"
- name="trash_btn"
- tool_tip="Remove selected landmark"
- top="10"
- width="18" />
- </panel>
-</panel>