summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_places.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_places.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_places.xml135
1 files changed, 135 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_places.xml b/indra/newview/skins/default/xui/en/panel_places.xml
new file mode 100644
index 0000000000..57535649de
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/panel_places.xml
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<panel
+background_visible="true"
+ follows="all"
+ height="570"
+ label="Places"
+ layout="topleft"
+ min_height="350"
+ name="places panel"
+ top="0"
+ left="0"
+ width="333">
+ <string
+ name="landmarks_tab_title"
+ value="MY LANDMARKS" />
+ <string
+ name="teleport_history_tab_title"
+ value="TELEPORT HISTORY" />
+ <filter_editor
+ text_pad_left="10"
+ follows="left|top|right"
+ font="SansSerifSmall"
+ height="23"
+ layout="topleft"
+ left="10"
+ label="Filter My Places"
+ max_length="300"
+ name="Filter"
+ top="3"
+ width="303" />
+ <tab_container
+ follows="all"
+ halign="center"
+ height="503"
+ layout="topleft"
+ left="6"
+ name="Places Tabs"
+ tab_min_width="80"
+ tab_height="30"
+ tab_position="top"
+ top_pad="10"
+ width="315" />
+ <panel
+ class="panel_place_profile"
+ filename="panel_place_profile.xml"
+ follows="all"
+ height="533"
+ layout="topleft"
+ left="0"
+ help_topic="place_profile"
+ name="panel_place_profile"
+ top="5"
+ visible="false"
+ width="315" />
+ <panel
+ class="panel_landmark_info"
+ filename="panel_landmark_info.xml"
+ follows="all"
+ height="533"
+ layout="topleft"
+ left="0"
+ help_topic="landmark"
+ name="panel_landmark_info"
+ top="5"
+ visible="false"
+ width="315" />
+ <panel
+ height="19"
+ layout="topleft"
+ left="4"
+ name="button_panel"
+ width="315">
+ <button
+ follows="bottom|left"
+ height="23"
+ label="Teleport"
+ layout="topleft"
+ left="5"
+ name="teleport_btn"
+ tool_tip="Teleport to the selected area"
+ top="1"
+ width="108" />
+ <button
+ follows="bottom|left"
+ height="23"
+ label="Map"
+ layout="topleft"
+ left_pad="3"
+ name="map_btn"
+ width="85" />
+ <button
+ follows="bottom|left"
+ height="23"
+ label="Edit"
+ layout="topleft"
+ left_pad="3"
+ name="edit_btn"
+ tool_tip="Edit landmark information"
+ width="83" />
+ <button
+ follows="bottom|right"
+ height="23"
+ label="▼"
+ layout="topleft"
+ name="overflow_btn"
+ tool_tip="Show additional options"
+ left_pad="3"
+ width="23" />
+ <button
+ follows="bottom|left"
+ height="23"
+ label="Save"
+ layout="topleft"
+ name="save_btn"
+ left="5"
+ top_pad="-23"
+ width="152" />
+ <button
+ follows="bottom|right"
+ height="23"
+ label="Cancel"
+ layout="topleft"
+ name="cancel_btn"
+ left_pad="3"
+ width="153" />
+ <button
+ follows="bottom|right"
+ height="23"
+ label="Close"
+ layout="topleft"
+ name="close_btn"
+ left_pad="3"
+ width="60" />
+ </panel>
+</panel>