summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_social_account.xml
blob: 470e0848d2fe9aa02fe8378a0c35ba9d23956a03 (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
74
75
76
77
78
<panel
	 height="400"
	 width="304"
	 layout="topleft"
   name="panel_social_account">
  <string
      name="facebook_connected"
      value="You are connected to Facebook as:" />
  <string
      name="facebook_disconnected"
      value="Not connected to Facebook" />
  <text
   layout="topleft"
   length="1"
   follows="top|left"
   font="SansSerif"
   height="16"
   left="9"
   name="account_caption_label"
   top="21"
   type="string">
    Not connected to Facebook.
  </text>
  <text
   layout="topleft"
   top_pad="2"
   length="1"
   follows="top|left"
   font="SansSerif"
   height="16"
   left="9"
   name="account_name_label"
   type="string">
    [secondlife:/// Philippe Bossut]
  </text>

  <panel
    layout="topleft"
    name="panel_buttons"
    height="345"
    left="9">
  <button
   layout="topleft"
   follows="left|top"
   top_pad="9"
   visible="true"
   height="23"
   label="Connect..."
   name="connect_btn"
   width="210">
    <commit_callback function="SocialSharing.Connect"/>
  </button>

  <button
   layout="topleft"
   follows="left|top"
   top_pad="9"
   height="23"
   label="Use another account..."
   name="use_another_account_btn"
   width="210"
   visible="false">
    <commit_callback function="SocialSharing.UseAnotherAccount"/>
  </button>

  <button
   layout="topleft"
   follows="left|top"
   top_pad="11"
   height="23"
   label="Disconnect"
   name="disconnect_btn"
   width="210"
   visible="false">
    <commit_callback function="SocialSharing.Disconnect"/>
  </button>
  </panel>
</panel>