diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-04-01 15:12:20 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-04-01 15:12:20 -0700 |
commit | 8a22ffa622912f21908b35335e5fdb21e0596a14 (patch) | |
tree | f335c8af31db2bc721979943028217bb61906fd4 /indra/newview/skins/default/xui | |
parent | 38c1bc9e9a533b6f9b2e1fc8258da482f25aec8b (diff) |
EXT-5110 Save Outfit dialog is non-standard modal dialog (off-center placement, empty titlebar)
reviewed by Richard CC#176
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index c39a91281e..f52996724f 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2024,6 +2024,28 @@ Would you be my friend? </notification> <notification + icon="alertmodal.tga" + label="Save Outfit" + name="SaveOutfitAs" + type="alertmodal"> + Save what I'm wearing as a new Outfit: + <form name="form"> + <input name="message" type="text"> + [DESC] (new) + </input> + <button + default="true" + index="0" + name="Offer" + text="OK"/> + <button + index="1" + name="Cancel" + text="Cancel"/> + </form> + </notification> + + <notification icon="alertmodal.tga" name="RemoveFromFriends" type="alertmodal"> |