summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_pick_info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_pick_info.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_pick_info.xml143
1 files changed, 143 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_pick_info.xml b/indra/newview/skins/default/xui/en/panel_pick_info.xml
new file mode 100644
index 0000000000..c330116702
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/panel_pick_info.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<panel
+ bevel_style="in"
+ follows="left|top|right|bottom"
+ height="420"
+ layout="topleft"
+ left="0"
+ name="panel_pick_info"
+ top="0"
+ width="255">
+ <text
+ follows="top"
+ font="SansSerifHugeBold"
+ height="15"
+ layout="topleft"
+ left="10"
+ name="title"
+ text_color="white"
+ top="5"
+ value="Pick Info"
+ width="150" />
+ <button
+ follows="top|right"
+ height="20"
+ image_overlay="BackArrow_Off"
+ layout="topleft"
+ name="back_btn"
+ picture_style="true"
+ right="-20"
+ top="7"
+ width="20" />
+ <scroll_container
+ color="DkGray2"
+ follows="left|top|right|bottom"
+ height="300"
+ layout="topleft"
+ left="0"
+ name="profile_scroll"
+ reserve_scroll_corner="true"
+ opaque="true"
+ width="255">
+ <panel
+ name="scroll_content_panel"
+ follows="left|top|right"
+ layout="topleft"
+ top="0"
+ left="0"
+ width="240"
+ height="575">
+ <panel
+ background_visible="true"
+ bg_alpha_color="DkGray2"
+ follows="left|right|top|bottom"
+ height="550"
+ layout="topleft"
+ left="0"
+ min_height="300"
+ top="0"
+ width="220">
+ <texture_picker
+ enabled="false"
+ follows="left|top|right"
+ height="190"
+ layout="topleft"
+ left="10"
+ name="pick_snapshot"
+ top="20"
+ width="220" />
+ <text
+ follows="left|top|right"
+ height="20"
+ layout="topleft"
+ font="SansSerif"
+ font.style="BOLD"
+ left="10"
+ name="pick_name"
+ text_color="white"
+ value="[name]"
+ word_wrap="true" />
+ <text
+ follows="left|top"
+ height="30"
+ layout="topleft"
+ left="10"
+ name="pick_location"
+ text_color="white"
+ top_pad="10"
+ width="255"
+ word_wrap="true"
+ value="[loading...]" />
+ <text
+ follows="left|top|right"
+ height="150"
+ layout="topleft"
+ left="10"
+ top_pad="20"
+ name="pick_desc"
+ text_color="white"
+ width="225"
+ value="[description]"
+ word_wrap="true" />
+ </panel>
+ </panel>
+ </scroll_container>
+ <panel
+ follows="left|right|bottom"
+ height="30"
+ layout="topleft"
+ top_pad="2"
+ left="10"
+ name="buttons">
+ <button
+ follows="bottom|left"
+ font="SansSerifSmallBold"
+ height="25"
+ label="Edit"
+ layout="topleft"
+ left="0"
+ name="edit_btn"
+ top="0"
+ width="80" />
+ <button
+ follows="bottom|left"
+ font="SansSerifSmallBold"
+ height="25"
+ label="Teleport"
+ layout="topleft"
+ left_pad="3"
+ name="teleport_btn"
+ top="0"
+ width="80" />
+ <button
+ follows="bottom|left"
+ font="SansSerifSmallBold"
+ height="25"
+ label="Map"
+ layout="topleft"
+ left_pad="3"
+ name="show_on_map_btn"
+ top="0"
+ width="80" />
+ </panel>
+</panel>