diff options
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_social.xml | 49 |
1 files changed, 47 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml index 2909da295d..d57bc157cd 100644 --- a/indra/newview/skins/default/xui/en/floater_social.xml +++ b/indra/newview/skins/default/xui/en/floater_social.xml @@ -29,8 +29,53 @@ 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="18" + type="string"> + What's on your mind? + </text> + <text_editor + follows="left|top" + height="80" + width="280" + 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="18" + 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" height="430" background_visible="true" @@ -38,7 +83,7 @@ bg_opaque_color="DkGray" label="PHOTO" help_topic="social_photo_tab" - name="photo_panel"> + name="social_photo_tab"> <layout_stack border_size="0" height="422" |