summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_pick.xml
diff options
context:
space:
mode:
authorKadah_Coba <kadah.coba@gmail.com>2019-03-04 00:18:45 -0800
committerKadah_Coba <kadah.coba@gmail.com>2019-03-04 00:18:45 -0800
commitb82d70cf2aa2b56a2c0bfdd941ee4f74e690e4df (patch)
tree4b6dbea34571740cff01bfdeb55fd4fb2adc4caa /indra/newview/skins/default/xui/en/panel_profile_pick.xml
parent0be2b5ce51a7625b01884d512906cdcf3a580444 (diff)
Added viewer based profiles
Split picks and classifieds in to separate panels Moved getProfileURL to LLAvatarActions Removed dead XUI panels Removed picks/classifieds floater
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_profile_pick.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_profile_pick.xml109
1 files changed, 109 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile_pick.xml b/indra/newview/skins/default/xui/en/panel_profile_pick.xml
new file mode 100644
index 0000000000..40f3f83320
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/panel_profile_pick.xml
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<panel
+ name="panel_pick_info"
+ top="0"
+ left="0"
+ height="360"
+ width="310"
+ follows="all"
+ layout="topleft"
+ help_topic="profile_pick_info"
+>
+ <panel.string
+ name="location_notice"
+ >
+ (will update after save)
+ </panel.string>
+ <texture_picker
+ name="pick_snapshot"
+ top="10"
+ left="10"
+ height="180"
+ width="290"
+ follows="left|right|top"
+ layout="topleft"
+ fallback_image="default_land_picture.j2c"
+ />
+ <line_editor
+ name="pick_name"
+ enabled="false"
+ top_pad="-15"
+ left="10"
+ height="20"
+ width="290"
+ follows="left|right|top"
+ layout="topleft"
+ />
+ <text_editor
+ name="pick_desc"
+ enabled="false"
+ top_pad="8"
+ left="10"
+ height="70"
+ width="290"
+ follows="all"
+ layout="topleft"
+ allow_html="true"
+ border_visible="true"
+ h_pad="4"
+ max_length="1023"
+ v_pad="3"
+ word_wrap="true"
+ />
+ <line_editor
+ name="pick_location"
+ enabled="false"
+ left="10"
+ height="20"
+ width="290"
+ follows="left|right|bottom"
+ layout="topleft"
+ length="1"
+ type="string"
+ >
+ Loading...
+ </line_editor>
+ <button
+ name="teleport_btn"
+ label="Teleport"
+ bottom="-40"
+ left="10"
+ height="20"
+ width="80"
+ follows="left|bottom"
+ layout="topleft"
+ />
+ <button
+ name="show_on_map_btn"
+ label="Show on Map"
+ bottom_delta="0"
+ left_pad="5"
+ height="20"
+ width="100"
+ follows="left|bottom"
+ layout="topleft"
+ />
+ <button
+ name="set_to_curr_location_btn"
+ label="Set Location"
+ tool_tip="Set to Current Location"
+ bottom_delta="0"
+ left_pad="5"
+ height="20"
+ width="100"
+ follows="left|bottom"
+ layout="topleft"
+ visible="false"
+ />
+ <button
+ name="save_changes_btn"
+ label="Save Pick"
+ bottom="-15"
+ left="10"
+ height="20"
+ width="100"
+ follows="left|bottom"
+ layout="topleft"
+ visible="false"
+ />
+</panel>