diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:29:54 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:29:54 +0300 |
commit | d435e2ee26c7a71ee180ebff66bc793b0566e1a2 (patch) | |
tree | 2315e8a4205bee0713500371bad06154a5f6e603 /indra/newview/skins/default/xui/en | |
parent | fc7b5186944412d3f2125923aebf921730a79d20 (diff) |
Revert "SL-11867 Show “Unable to buy” message via notification"
This reverts commit 7e2e2503c5fb57736844bdad0f309d2d49ee86b2.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_buy_currency.xml | 42 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
2 files changed, 38 insertions, 16 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 061af1b67c..553c5d51d0 100644 --- a/indra/newview/skins/default/xui/en/floater_buy_currency.xml +++ b/indra/newview/skins/default/xui/en/floater_buy_currency.xml @@ -13,10 +13,6 @@ name="buy_currency"> Buy L$ [LINDENS] for approx. [LOCALAMOUNT] </floater.string> - <floater.string - name="info_cannot_buy"> - Unable to Buy - </floater.string> <icon height="215" image_name="Linden_Dollar_Background" @@ -290,4 +286,42 @@ Re-enter amount to see the latest exchange rate. left_pad="10" name="cancel_btn" width="90"/> + <icon + height="215" + image_name="Linden_Dollar_Alert" + layout="topleft" + left="0" + name="error_background" + top="15" + use_draw_context_alpha="false" + width="350"/> + <text + type="string" + font="SansSerifHuge" + left="165" + width="360" + height="25" + top="25" + name="info_cannot_buy"> + Unable to Buy + </text> + <text + type="string" + width="176" + height="125" + top="60" + left="165" + word_wrap="true" + follows="bottom|right" + name="cannot_buy_message"> + </text> + <button + follows="bottom|left" + height="20" + label="Continue to the Web" + layout="topleft" + left="170" + name="error_web" + top="200" + width="160"/> </floater> diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 3228603f45..d141cfc313 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1331,18 +1331,6 @@ You must agree to the Second Life Terms and Conditions, Privacy Policy, and Term <notification icon="alertmodal.tga" - name="CouldNotBuyCurrency" - type="alertmodal"> -[TITLE] -[MESSAGE] - <tag>fail</tag> - <usetemplate - name="okbutton" - yestext="OK"/> - </notification> - - <notification - icon="alertmodal.tga" name="CouldNotPutOnOutfit" type="alertmodal"> Could not put on outfit. |