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

131 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
positioning="centered"
legacy_header_height="18"
can_minimize="false"
height="240"
layout="topleft"
name="Give Money"
help_topic="give_money"
save_rect="true"
width="250">
<string
name="payee_group">
Pay Group
</string>
<string
name="payee_resident">
Pay Resident
</string>
<text
icon_positioning="left"
type="string"
length="1"
follows="left|top"
font="SansSerifSmall"
height="16"
layout="topleft"
left="10"
name="payee_name"
top="25"
use_ellipses="true"
width="230">
Test Name That Is Extremely Long To Check Clipping
</text>
<button
height="23"
label="L$1"
label_selected="L$1"
layout="topleft"
left="35"
name="fastpay 1"
top_pad="8"
width="80" />
<button
height="23"
label="L$5"
label_selected="L$5"
layout="topleft"
left_pad="15"
name="fastpay 5"
width="80" />
<button
height="23"
label="L$10"
label_selected="L$10"
layout="topleft"
left="35"
name="fastpay 10"
top_pad="8"
width="80" />
<button
height="23"
label="L$20"
label_selected="L$20"
layout="topleft"
left_pad="15"
name="fastpay 20"
width="80" />
<text
type="string"
length="1"
follows="left|top"
height="18"
layout="topleft"
left="35"
name="amount text"
top_pad="8"
width="180">
Or, choose amount:
</text>
<line_editor
border_style="line"
follows="left|top|right"
height="19"
top_pad="0"
layout="topleft"
left="130"
max_length_bytes="9"
name="amount"
width="80" />
<text
type="string"
follows="top|left"
height="18"
left="35"
name="payment_message_label"
top_pad="8"
width="180">
Payment message (optional):
</text>
<line_editor
border_style="line"
follows="left|top|right"
height="19"
top_pad="0"
layout="topleft"
left="35"
max_length_bytes="127"
name="payment_message"
width="175" />
<button
enabled="false"
height="23"
label="Pay"
label_selected="Pay"
layout="topleft"
left="20"
name="pay btn"
top_pad="15"
width="100" />
<button
height="23"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_pad="10"
name="cancel btn"
width="100" />
</floater>