diff options
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_social.xml | 296 |
1 files changed, 260 insertions, 36 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml index 313706dbc0..2b382215d1 100644 --- a/indra/newview/skins/default/xui/en/floater_social.xml +++ b/indra/newview/skins/default/xui/en/floater_social.xml @@ -4,73 +4,297 @@ positioning="cascading" can_close="true" can_resize="false" - height="470" help_topic="social floater" - min_height="220" - min_width="260" layout="topleft" name="floater_social" save_rect="true" single_instance="true" reuse_instance="true" title="FACEBOOK" - width="314"> + height="437" + width="304"> <tab_container - bottom="-1" - follows="all" - layout="topleft" - left="4" name="tabs" tab_group="1" tab_min_width="70" tab_height="30" tab_position="top" - top="4" - halign="center" - right="-5"> + top="7" + height="430" + halign="center"> <panel background_opaque="true" background_visible="true" bg_alpha_color="DkGray" bg_opaque_color="DkGray" - bottom="-1" - follows="all" label="STATUS" - layout="topleft" - left="0" help_topic="social_status_tab" - name="status_panel" - right="0" - top="0"/> + name="status_panel"/> <panel - background_opaque="true" + follows="all" + height="430" background_visible="true" bg_alpha_color="DkGray" bg_opaque_color="DkGray" - bottom="-1" - follows="all" label="PHOTO" - layout="topleft" - left="0" help_topic="social_photo_tab" - name="photo_panel" - right="0" - top="0"/> + name="photo_panel"> + <layout_stack + border_size="0" + height="422" + follows="all" + orientation="vertical" + name="stack1" + top="8"> + <layout_panel + name="photo_panel" + height="295"> + <panel + top="0" + follows="all" + height="295" + width="286" + left="7" + background_opaque="true" + background_visible="true" + bg_opaque_color="DkGray2" + label="SNAPSHOT CONTAINER" + help_topic="snapshot_panel" + name="snapshot_panel"> + <combo_box + follows="left|top" + top="6" + left="9" + name="resolution_combobox" + tool_tip="Image resolution" + height="21" + width="135"> + <combo_box.item + label="Current Window" + name="CurrentWindow" + value="[i0,i0]" /> + <combo_box.item + label="640x480" + name="640x480" + value="[i640,i480]" /> + <combo_box.item + label="800x600" + name="800x600" + value="[i800,i600]" /> + <combo_box.item + label="1024x768" + name="1024x768" + value="[i1024,i768]" /> + <combo_box.item + label="Custom" + name="Custom" + value="[i-1,i-1]" /> + </combo_box> + <text + follows="left|top" + font="SansSerifSmall" + height="14" + left="208" + length="1" + halign="right" + name="file_size_label" + top="12" + type="string" + width="50"> + 1,031 KB + </text> + <ui_ctrl + height="150" + width="250" + name="thumbnail_placeholder" + top_pad="5" + follows="left|top" + left="9"> + <panel + background_visible="true" + bg_alpha_color="0.9 1 0.9 1" + follows="left|top" + font="SansSerifLarge" + halign="center" + height="20" + left="0" + length="1" + name="succeeded_panel" + right="-1" + top="0" + type="string" + visible="true"> + <text + follows="all" + font="SansSerif" + halign="center" + height="18" + left="1" + length="1" + name="succeeded_lbl" + right="-1" + text_color="0.2 0.5 0.2 1" + top="4" + translate="false" + type="string"> + Succeeded + </text> + </panel> + <panel + background_visible="true" + bg_alpha_color="1 0.9 0.9 1" + follows="left|top" + font="SansSerifLarge" + halign="center" + height="20" + left_delta="0" + length="1" + name="failed_panel" + right="-1" + top="0" + type="string" + visible="true"> + <text + follows="all" + font="SansSerif" + halign="center" + height="18" + left="1" + length="1" + name="failed_lbl" + right="-1" + text_color="0.5 0.2 0.2 1" + top="4" + translate="false" + type="string"> + Failed + </text> + </panel> + <loading_indicator + follows="left|top" + height="48" + name="working_indicator" + left="101" + top="46" + visible="true" + width="48" /> + <text + follows="left|top|right" + font="SansSerifBold" + height="14" + left="5" + length="1" + halign="center" + name="working_lbl" + right="-5" + top="98" + translate="false" + type="string" + visible="true" + width="130"> + Working + </text> + <button + follows="left|top" + height="22" + image_overlay="Refresh_Off" + left="6" + name="new_snapshot_btn" + bottom="-6" + visible="true" + width="22" /> + <text + follows="left|top" + font="SansSerifBold" + height="18" + left_pad="6" + length="1" + name="refresh_lbl" + text_color="red" + top_delta="5" + translate="false" + type="string" + visible="true" + width="130"> + Refresh to save. + </text> + </ui_ctrl> + <text + length="1" + follows="top|left|right" + font="SansSerif" + height="16" + left="9" + name="caption_label" + top_pad="12" + type="string"> + Comment (optional): + </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> + <check_box + follows="left|top" + initial_value="true" + label="Include location in posting" + name="add_location_cb" + top_pad="19"/> + </panel> + </layout_panel> + <layout_panel + name="button_panel" + height="96"> + <panel + height="96" + top="0" + follows="all" + left="7" + right="-10" + background_opaque="true" + background_visible="true" + bg_opaque_color="DkGray" + label="SNAPSHOT CONTAINER" + help_topic="snapshot_container" + name="snapshot_container"/> + <button + follows="left|top" + top="15" + height="23" + label="Post" + name="post_btn" + 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> + </layout_panel> + </layout_stack> + </panel> <panel background_opaque="true" background_visible="true" bg_alpha_color="DkGray" bg_opaque_color="DkGray" - bottom="-1" - follows="all" label="PLACE" - layout="topleft" - left="0" help_topic="social_place_tab" - name="place_panel" - right="0" - top="0"/> - </tab_container> - - + name="place_panel"/> + </tab_container> </floater> |