summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-06-18 17:00:16 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-06-18 17:00:16 -0700
commit0a119a3dc9d5bf593c375948491728ded8241981 (patch)
treec6e596ccb288620c186b39f3efc6c9e5b75fd629 /indra/newview/skins/default/xui/en
parent8748fdf77c3b1b1374b436cd7f4f03ce7575e7ba (diff)
ACME-561 Create tabs for the status, photo and place
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r--indra/newview/skins/default/xui/en/floater_social.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml
index c9b5d3a4df..2b730c1a18 100644
--- a/indra/newview/skins/default/xui/en/floater_social.xml
+++ b/indra/newview/skins/default/xui/en/floater_social.xml
@@ -15,4 +15,62 @@
reuse_instance="true"
title="FACEBOOK"
width="370">
+ <tab_container
+ bottom="-7"
+ follows="all"
+ layout="topleft"
+ left="4"
+ name="tabs"
+ tab_group="1"
+ tab_min_width="70"
+ tab_height="30"
+ tab_position="top"
+ top="4"
+ halign="center"
+ right="-5">
+ <panel
+ background_opaque="true"
+ background_visible="true"
+ bg_alpha_color="DkGray"
+ bg_opaque_color="DkGray"
+ bottom="0"
+ follows="all"
+ label="STATUS"
+ layout="topleft"
+ left="0"
+ help_topic="social_status_tab"
+ name="status_panel"
+ right="0"
+ top="0"/>
+ <panel
+ background_opaque="true"
+ background_visible="true"
+ bg_alpha_color="DkGray"
+ bg_opaque_color="DkGray"
+ bottom="0"
+ follows="all"
+ label="PHOTO"
+ layout="topleft"
+ left="0"
+ help_topic="social_photo_tab"
+ name="photo_panel"
+ right="0"
+ top="0"/>
+ <panel
+ background_opaque="true"
+ background_visible="true"
+ bg_alpha_color="DkGray"
+ bg_opaque_color="DkGray"
+ bottom="0"
+ follows="all"
+ label="PLACE"
+ layout="topleft"
+ left="0"
+ help_topic="social_place_tab"
+ name="place_panel"
+ right="0"
+ top="0"/>
+ </tab_container>
+
+
</floater>