summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_navigation_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_navigation_bar.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_navigation_bar.xml142
1 files changed, 142 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml
new file mode 100644
index 0000000000..fa1abaa595
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml
@@ -0,0 +1,142 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<panel
+ background_opaque="true"
+ background_visible="true"
+ bg_opaque_color="0.25 0.25 0.25 1"
+ follows="left|top|right"
+ height="60"
+ layout="topleft"
+ name="navigation_bar"
+ width="600">
+ <button
+ follows="left|top"
+ font="SansSerifSmall"
+ height="20"
+ image_disabled="navbar_bg_button.tga"
+ image_disabled_selected="navbar_bg_button.tga"
+ image_overlay="navbar_back.tga"
+ image_selected="navbar_bg_button.tga"
+ image_unselected="navbar_bg_button.tga"
+ layout="topleft"
+ left="5"
+ name="back_btn"
+ picture_style="true"
+ tool_tip="Go back to previous location"
+ top="8"
+ width="20" />
+ <button
+ follows="left|top"
+ font="SansSerifSmall"
+ height="20"
+ image_disabled="navbar_bg_button.tga"
+ image_disabled_selected="navbar_bg_button.tga"
+ image_overlay="navbar_forward.tga"
+ image_selected="navbar_bg_button.tga"
+ image_unselected="navbar_bg_button.tga"
+ layout="topleft"
+ left_pad="2"
+ name="forward_btn"
+ picture_style="true"
+ tool_tip="Go forward one location"
+ top_delta="0"
+ width="20" />
+ <button
+ follows="left|top"
+ font="SansSerifSmall"
+ height="20"
+ image_disabled="navbar_bg_button.tga"
+ image_disabled_selected="navbar_bg_button.tga"
+ image_overlay="navbar_home.tga"
+ image_selected="navbar_bg_button.tga"
+ image_unselected="navbar_bg_button.tga"
+ layout="topleft"
+ left_pad="5"
+ name="home_btn"
+ picture_style="true"
+ tool_tip="Teleport to your home location"
+ top_delta="0"
+ width="20" />
+ <location_input
+ follows="left|right|top"
+ halign="right"
+ height="20"
+ label="Location"
+ layout="topleft"
+ left_pad="5"
+ max_chars="254"
+ mouse_opaque="false"
+ name="location_combo"
+ top_delta="0"
+ width="320">
+ </location_input>
+ <button
+ follows="right|top"
+ height="20"
+ image_disabled="navbar_bg_center.tga"
+ image_disabled_selected="navbar_bg_center.tga"
+ image_hover_selected="navbar_bg_center.tga"
+ image_hover_unselected="navbar_bg_center.tga"
+ image_selected="navbar_bg_center.tga"
+ image_unselected="navbar_bg_center.tga"
+ layout="topleft"
+ left_pad="5"
+ mouse_opaque="false"
+ name="search_bg"
+ picture_style="true"
+ top_delta="0"
+ width="168" />
+ <line_editor
+ bevel_style="none"
+ border_style="line"
+ commit_on_focus_lost="false"
+ follows="right|top"
+ halign="right"
+ height="18"
+ label="Search"
+ layout="topleft"
+ left_delta="0"
+ mouse_opaque="false"
+ name="search_input"
+ tool_tip="Search"
+ top_delta="1"
+ width="152" />
+ <button
+ follows="right|top"
+ height="16"
+ image_disabled="status_search_btn.png"
+ image_disabled_selected="status_search_btn_pressed.png"
+ image_selected="status_search_btn_pressed.png"
+ image_unselected="status_search_btn.png"
+ layout="topleft"
+ left_delta="152"
+ name="search_btn"
+ picture_style="true"
+ scale_image="false"
+ tool_tip="Search"
+ top_delta="1"
+ width="16" />
+ <button
+ follows="right|top"
+ font="SansSerifSmall"
+ height="20"
+ image_disabled="navbar_bg_button.tga"
+ image_disabled_selected="navbar_bg_button.tga"
+ image_overlay="navbar_help.tga"
+ image_selected="navbar_bg_button.tga"
+ image_unselected="navbar_bg_button.tga"
+ layout="topleft"
+ left_pad="5"
+ name="help_btn"
+ picture_style="true"
+ tool_tip="Help"
+ top_delta="-2"
+ width="20" />
+ <favorites_bar
+ follows="left|right|top"
+ height="25"
+ layout="topleft"
+ left="5"
+ name="favorite"
+ top="32"
+ width="590" />
+</panel>