phoenix-firestorm/indra/newview/skins/default/xui/en/floater_primfeed.xml

91 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<floater
positioning="cascading"
can_close="true"
can_resize="false"
help_topic="floater_primfeed"
layout="topleft"
name="floater_primfeed"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="Share to Primfeed"
height="650"
width="272">
<panel
height="650"
width="272"
visible="true"
name="background"
follows="all"
top="0"
left="0">
<tab_container
name="tabs"
tab_group="1"
tab_min_width="70"
tab_height="21"
tab_position="top"
top="7"
height="625"
follows="all"
halign="center">
<panel
filename="panel_primfeed_photo.xml"
class="fsprimfeedphotopanel"
follows="all"
label="Photo"
name="panel_primfeed_photo"/>
<panel
filename="panel_primfeed_account.xml"
class="fsprimfeedaccountpanel"
follows="all"
label="Account"
name="panel_primfeed_account"/>
</tab_container>
<panel
name="connection_status_panel"
follows="left|bottom|right"
height="24">
<text
name="connection_error_text"
type="string"
follows="left|bottom|right"
bottom="-5"
left="10"
width="250"
height="20"
wrap="true"
halign="left"
valign="center"
text_color="DrYellow"
font="SansSerif">
Error
</text>
<loading_indicator
follows="left|bottom|right"
height="24"
width="24"
name="connection_loading_indicator"
top_delta="-2"
left="10"
visible="true"/>
<text
name="connection_loading_text"
type="string"
follows="left|bottom|right"
top_delta="2"
left_pad="5"
width="250"
height="20"
wrap="true"
halign="left"
valign="center"
text_color="EmphasisColor"
font="SansSerif">
Loading...
</text>
</panel>
</panel>
</floater>