diff options
author | Merov Linden <merov@lindenlab.com> | 2014-05-28 19:26:40 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-05-28 19:26:40 -0700 |
commit | 22ee6abe0b4cd354ccbcb9055678356e91d009ff (patch) | |
tree | b8350f439ee5fcf2d04d5208f11e98bfb4dfc81a /indra/newview/skins/default | |
parent | 273ef6a9813dac45e44a4581f4d613a60ec5c58b (diff) |
DD-84 : WIP : Add confirmation DAMA dialog when moving items in active listing
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index dcf53c8804..28ca2c7bd8 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -305,7 +305,19 @@ Initialization with the Marketplace failed because of a system or network error. name="okbutton" yestext="OK"/> </notification> - + + <notification + icon="alertmodal.tga" + name="ConfirmMerchantActiveChange" + type="alertmodal"> + This action will change the active content of this listing. Do you want to continue? + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm before I change an active listing on the marketplace" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> <notification icon="alertmodal.tga" |