summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_facebook_friends.xml
blob: 9d21a3a29345ce6eb9a7cccc7058a94ee7556a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<panel
	 height="400"
	 width="304"
	 layout="topleft"
    follows="all"
   name="panel_facebook_friends">
  <string
   name="facebook_friends_empty"
   value="You currently do not have any Facebook friends who are also Second Life residents. Ask your Facebook friends to join Second Life today!" />
  <string
   name="facebook_friends_no_connected"
   value="You're currently not connected to Facebook. Please go to the Account tab to connect and enable this feature." />
  <accordion
 background_visible="true"
 bg_alpha_color="DkGray2"
 bg_opaque_color="DkGray2"
   follows="all"
   height="408"
   layout="topleft"
   left="3"
   name="friends_accordion"
   right="-2"
   top_pad="2">
    <accordion_tab
     layout="topleft"
     height="173"
     name="tab_second_life_friends"
     title="SL friends">
      <avatar_list
       ignore_online_status="true"
       allow_select="true"
       follows="all"
       height="173"
       layout="topleft"
       left="0"
       name="second_life_friends"
       show_permissions_granted="true"
       top="0"
       width="307" />
    </accordion_tab>
    <accordion_tab
     layout="topleft"
     height="173"
     name="tab_suggested_friends"
     title="Add these people as SL friends">
      <avatar_list
       ignore_online_status="true"
       allow_select="true"
       follows="all"
       height="173"
       layout="topleft"
       left="0"
       name="suggested_friends"
       show_permissions_granted="true"
       top="0"
       width="307" />
    </accordion_tab>
  </accordion>
    <text
        layout="topleft"
        word_wrap="true"
        height="64"
        width="290"
        follows="top|left|right"
        font="SansSerif"
        left="9"
        name="facebook_friends_status"
        top="21"
        type="string">
        Not connected to Facebook.
    </text>
</panel>