diff options
author | Cho <cho@lindenlab.com> | 2013-06-22 01:23:14 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-06-22 01:23:14 +0100 |
commit | 835ea6dcae7d1394b62efb6a66b948cdd19da6d9 (patch) | |
tree | 453640b68eef1995313402443e3ffd9602a0c2c6 /indra | |
parent | ba8bced90b0a3e5126e3274ac4d8a9f611a9ded8 (diff) |
added text and buttons for update status tab for ACME-568
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_social.xml | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml index 8141961273..378841b1a6 100644 --- a/indra/newview/skins/default/xui/en/floater_social.xml +++ b/indra/newview/skins/default/xui/en/floater_social.xml @@ -29,7 +29,51 @@ bg_opaque_color="DkGray" label="STATUS" help_topic="social_status_tab" - name="status_panel"/> + name="status_panel"> + <text + length="1" + follows="top|left|right" + font="SansSerif" + height="16" + left="9" + name="caption_label" + top_pad="12" + type="string"> + What's on your mind? + </text> + <text_editor + follows="left|top" + height="47" + width="250" + left="9" + length="1" + max_length="700" + name="caption" + type="string" + word_wrap="true"> + </text_editor> + <button + follows="left|top" + height="23" + label="Post" + name="post_btn" + top_pad="12" + width="100"> + <button.commit_callback + function="PostToFacebook.Send" /> + </button> + <button + follows="left|top" + height="23" + label="Cancel" + name="cancel_btn" + left_pad="15" + top_delta="0" + width="100"> + <button.commit_callback + function="PostToFacebook.Cancel" /> + </button> + </panel> <panel class="llsocialphotopanel" follows="all" |