diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-12 15:14:51 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-12 15:14:51 +0300 |
commit | 85f1954a1708eba2e2ea1f4e9d2c70295c128e02 (patch) | |
tree | 7da9b27b7d6f5d384594bc53ba661f5a50e1a128 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | b52d7ba3a7fc66ff8347283bb3dc3e6c89ae1981 (diff) |
Fixed major bug EXT-6606 (Set As Profile Pic uploads and charges user L$10 without confirmation).
Added upload confirmation dialog.
Reviewed by Mike: https://codereview.productengine.com/secondlife/r/217/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e8ba8c683d..ff8de3514f 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4376,6 +4376,18 @@ Uploading in-world and web site snapshots... </notification> <notification + icon="alertmodal.tga" + name="UploadConfirmation" + type="alertmodal"> +Uploading costs L$[AMOUNT]. +Do you wish to proceed? + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="Upload"/> + </notification> + + <notification icon="notify.tga" name="UploadPayment" type="notify"> |