summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_facebook_friends.xml
blob: 97994fb08b6c3d05141d2e823af0228f01d07a59 (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
73
<panel
	 height="400"
	 width="272"
	 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 Status tab to connect and enable this feature." />
  <accordion
 background_visible="false"
 bg_alpha_color="DkGray2"
 bg_opaque_color="DkGray2"
   follows="all"
   height="383"
   layout="topleft"
   left="10"
   name="friends_accordion"
   right="-10"
   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="272" />
    </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="272" />
    </accordion_tab>
  </accordion>
    <text
        layout="topleft"
        word_wrap="true"
        height="64"
        width="250"
        follows="top|left|right"
        font="SansSerif"
        left="10"
		right="-10"
        name="facebook_friends_status"
        top="5"
        type="string">
        Not connected to Facebook.
    </text>
</panel>