diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-07-29 17:01:24 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-07-29 17:01:24 -0700 |
commit | ed02d0c1fccbfd25ed54f6be5b051736834d2e27 (patch) | |
tree | 94090f29d253a7aa9a5ceed6d850e7e6df1b4e40 /indra/newview/skins | |
parent | 0b9327df241e1a5a4693c690810ce8c330e196ad (diff) |
EXP-843 Enable drag and drop to and from the outbox, with conditional warnings based on permissions
EXP-1034 Add confirmation dialog for moving no-copy items to outbox
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 1bc377126e..5c600265c2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -199,7 +199,21 @@ Save changes to current clothing/body part? yestext="Save"/> </notification> - <notification + <notification + icon="alertmodal.tga" + name="ConfirmNoCopyToOutbox" + type="alertmodal"> + You don't have permission to copy this item to the Marketplace Outbox. Are you sure you want to move the following item? + [ITEM_NAME] + <usetemplate + name="okcancelbuttons" + notext="No" + yestext="Yes"/> + </notification> + + + + <notification icon="alertmodal.tga" name="CompileQueueSaveText" type="alertmodal"> |