summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-05-06 17:53:18 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-05-06 17:53:18 -0700
commit04587bdb9d5e1653d5b19a6ca51e547180994958 (patch)
treee4054254fe7e1b6765644124741450a6819ff356 /indra/newview/skins/default/xui
parentc451672ee7e3bc8229a3e5cba544c93495147024 (diff)
ACME-340 Get facebook icon from spec and add to viewer: Added a facebook icon and the icon appears only for the 'Invite people you know to SL' tab.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/person_view.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/person_view.xml b/indra/newview/skins/default/xui/en/widgets/person_view.xml
index 4a39109f36..006437401c 100644
--- a/indra/newview/skins/default/xui/en/widgets/person_view.xml
+++ b/indra/newview/skins/default/xui/en/widgets/person_view.xml
@@ -13,6 +13,17 @@
text_pad_right="4"
arrow_size="10"
max_folder_item_overlap="2">
+ <facebook_icon
+ layout="topleft"
+ follows="left"
+ height="16"
+ image_name="Facebook_Icon"
+ left="5"
+ top="5"
+ name="facebook_icon"
+ tool_tip="Facebook User"
+ visible="false"
+ width="16" />
<avatar_icon
follows="left"
layout="topleft"
@@ -20,6 +31,7 @@
default_icon_name="Generic_Person"
left="5"
top="2"
+ visible="false"
width="20" />
<last_interaction_time_textbox
layout="topleft"