summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_facebook_status.xml
blob: fe0f3c9279f75bf4a5d7fb29049bd4969f8ead8f (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
    <panel
	 height="400"
	 width="272"
     follows="all"
	 layout="topleft"
     name="panel_facebook_status">
        <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="10"
   name="account_caption_label"
   top="5"
   type="string">
    Not connected to Facebook.
  </text>
  <text
   layout="topleft"
   top_pad="2"
   length="1"
   follows="top|left"
   font="SansSerif"
   height="16"
   left="10"
   name="account_name_label"
   parse_urls="true"
   type="string"/>
  <panel
    layout="topleft"
    follows="left|top"
    name="panel_buttons"
    height="60"
    left="0">
    <button
     layout="topleft"
     follows="left|top"
     top_pad="9"
     left="10"
     visible="true"
     height="23"
     label="Connect..."
     name="connect_btn"
     width="251">
      <commit_callback function="SocialSharing.Connect"/>
    </button>

    <button
     layout="topleft"
     follows="left|top|right"
     top_delta="0"
     left="10"
     right="-10"
     height="23"
     label="Disconnect"
     name="disconnect_btn"
     width="210"
     visible="false">
      <commit_callback function="SocialSharing.Disconnect"/>
    </button>
    <text
      layout="topleft"
      length="1"
      follows="top|left|right"
      left="10"
      right="-10"
      height="16"
      name="account_learn_more_label"
      top_pad="5"
      type="string">
      [http://community.secondlife.com/t5/English-Knowledge-Base/Second-Life-Share-Facebook/ta-p/2149711 Learn about posting to Facebook]
    </text>
  </panel>
        
       <text
        length="1"
        layout="topleft"
        follows="top|left|right"
        font="SansSerif"
        height="16"
        left="10"
        name="status_caption_label"
        top_pad="5"
        type="string">
        What's on your mind?
       </text>
       <text_editor
        follows="left|top|right"
        layout="topleft"
        height="150"
        width="252"
        left="10"
        length="1"
        max_length="700"
        name="status_message"
        type="string"
        word_wrap="true">
       </text_editor>
       <button
        follows="left|top"
        layout="topleft"
        top_pad="6"
        left="10"
        height="23"
        label="Post"
        name="post_status_btn"
        width="100">
        <button.commit_callback
          function="SocialSharing.SendStatus" />
       </button>
       <button
        follows="right|top"
        layout="topleft"
        height="23"
        label="Cancel"
        name="cancel_status_btn"
        right="-10"
        top_delta="0"
        width="100">
        <button.commit_callback
          function="SocialSharing.Cancel" />
       </button>
    </panel>