diff options
author | Martin Reddy <lynx@lindenlab.com> | 2009-10-08 11:45:44 +0000 |
---|---|---|
committer | Martin Reddy <lynx@lindenlab.com> | 2009-10-08 11:45:44 +0000 |
commit | 5787d576d11ca5e3747ce7c88c6fd0be3803f047 (patch) | |
tree | 1eedbadc3788311375a5aeaddf61ff877f5bd790 /indra/newview/skins/default/xui/en | |
parent | fad53523aed2e1218c8fdcebffcbe7cb4c78cba9 (diff) |
EXT-1356: Updated the Buy L$ floater so that we now display any error
message that we received from the server. It wasn't a good idea to
ignore these and assume that any problem could be dealt with by going
to the secondlife.com billing webpage.
I also improved the layout of the main Buy L$ page. For example, the
"Getting data..." message now appears in the same place where the
actual currency figure will be updated. I also generally improved the
placement of text and buttons.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_buy_currency.xml | 74 |
1 files changed, 38 insertions, 36 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_buy_currency.xml b/indra/newview/skins/default/xui/en/floater_buy_currency.xml index 991c9a84a3..041cd2a118 100644 --- a/indra/newview/skins/default/xui/en/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/en/floater_buy_currency.xml @@ -12,10 +12,6 @@ name="buy_currency"> Buy L$ [LINDENS] for approx. [LOCALAMOUNT] </floater.string> - <floater.string - name="account_website"> - http://secondlife.com/account/billing.php - </floater.string> <icon height="215" image_name="Linden_Dollar_Background" @@ -35,7 +31,7 @@ top="30" width="300" name="info_need_more"> - You need more L$: + You need more L$ </text> <text type="string" @@ -43,7 +39,8 @@ follows="top|left" height="16" layout="topleft" - left="20" + top="246" + left="15" width="300" name="contacting"> Contacting LindeX... @@ -70,7 +67,7 @@ layout="topleft" left="20" name="balance_label" - top_pad="10" + top="70" width="210"> I have </text> @@ -85,7 +82,7 @@ left="200" name="balance_amount" top_delta="0" - width="100"> + width="120"> L$ [AMT] </text> <text @@ -94,7 +91,7 @@ follows="top|left" font="SansSerifMedium" height="16" - top_pad="15" + top="100" layout="topleft" left="20" name="currency_action" @@ -109,7 +106,7 @@ height="16" layout="topleft" top_delta="0" - left="222" + left="242" name="currency_label" width="15"> L$ @@ -136,7 +133,7 @@ height="16" layout="topleft" left="20" - top_pad="10" + top="130" name="buying_label" width="210"> For the price @@ -153,7 +150,7 @@ layout="topleft" left="170" name="currency_est" - width="130"> + width="150"> [LOCALAMOUNT] </text> <text @@ -164,8 +161,9 @@ follows="top|left" height="16" layout="topleft" - left="40" - width="100" + top="130" + left="170" + width="150" halign="right" name="getting_data"> Estimating... @@ -173,13 +171,13 @@ <text type="string" font="SansSerifSmall" - top_delta="0" + top="150" length="1" follows="top|left" halign="right" height="16" - left_pad="10" - width="150" + left="150" + width="170" layout="topleft" name="buy_action"> [NAME] L$ [PRICE] @@ -193,6 +191,7 @@ layout="topleft" left="20" name="total_label" + top="170" width="210"> My new balance will be </text> @@ -207,7 +206,7 @@ left="200" halign="right" name="total_amount" - width="100"> + width="120"> L$ [AMT] </text> <text @@ -215,8 +214,10 @@ length="1" follows="top|left" layout="topleft" + top="195" left="20" width="300" + height="30" name="purchase_warning_repurchase"> Confirming this purchase only buys the L$. You'll need to try again. @@ -226,7 +227,10 @@ You'll need to try again. length="1" follows="top|left" layout="topleft" + top="195" left="20" + width="300" + height="30" name="purchase_warning_notenough"> You aren't buying enough L$. Increase the amount to buy. @@ -239,7 +243,7 @@ Increase the amount to buy. layout="topleft" left="151" name="buy_btn" - top="248" + top="242" width="90"/> <button follows="bottom|right" @@ -260,15 +264,23 @@ Increase the amount to buy. <text type="string" font="SansSerifHuge" - left="170" + left="165" width="170" - height="80" - top="30" + height="25" + top="25" name="info_cannot_buy"> - Take your -[SECOND_LIFE] to -the next level... + Unable to Buy </text> + <text + type="string" + width="175" + height="125" + top="60" + left="165" + word_wrap="true" + follows="bottom|right" + name="cannot_buy_message"> + </text> <button follows="bottom|left" height="20" @@ -276,16 +288,6 @@ the next level... layout="topleft" left="170" name="error_web" - top="120" + top="200" width="160"/> - <text - type="string" - width="350" - height="20" - top_pad="92" - left_pad="-300" - follows="bottom|right" - name="cannot_buy_message"> - Continue to the web site and enter payment information - </text> </floater> |