diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-01 23:08:16 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-04-01 23:08:16 -0700 |
commit | 0a4ab0c64790b82edba369891a1983cd4b7f84f2 (patch) | |
tree | d78c329976442dd6bcefa821089a64a3cba67f9b /indra/newview/skins | |
parent | d6ec3cf584b4ecb904037a6f63fbd5a8c1ad2c05 (diff) |
Some not so clean code to use to show facebook friends using the existing avatar list.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 36 |
1 files changed, 29 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index cbb6aff4ea..f3334fd767 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -585,14 +585,36 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M name="fbctest_panel" top="0" width="313"> - <text - follows="all" - height="356" + <accordion + background_visible="true" + bg_alpha_color="DkGray2" + bg_opaque_color="DkGray2" + follows="all" + height="356" + layout="topleft" + left="3" + name="friends_accordion" + top="0" + width="307"> + <accordion_tab layout="topleft" - left="3" - name="fbctest_label" - top="0" - width="307"/> + height="172" + min_height="150" + name="tab_facebook" + title="Facebook Friends"> + <avatar_list_social + allow_select="true" + follows="all" + height="172" + layout="topleft" + left="0" + multi_select="true" + name="facebook_friends" + show_permissions_granted="true" + top="0" + width="307" /> + </accordion_tab> + </accordion> <panel background_visible="true" follows="left|right|bottom" |