diff options
author | prep@lindenlab.com <prep@lindenlab.com> | 2013-05-28 11:51:11 -0500 |
---|---|---|
committer | prep@lindenlab.com <prep@lindenlab.com> | 2013-05-28 11:51:11 -0500 |
commit | c498f53d9ab02a41886b55762883d116801fd39b (patch) | |
tree | 027fd1825c5837e51fa8c460d0735a6a19c2b9da /indra/newview/skins/default | |
parent | 34d2cd03765b6b9b582035a933f4ec11fb262ff4 (diff) |
Sh-4035: Updated implementation according to new specs. Fixed a couple of outstanding bugs.
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 07c8ecc4dd..860dabdcc8 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10118,13 +10118,33 @@ Cannot create large prims that intersect other players. Please re-try when othe icon="alertmodal.tga" name="ConfirmExitWithoutSave" type="alertmodal"> - Closing this window will discard any changes you have made. + You have not saved the changes to your outfit. Would you like to save it now? <tag>confirm</tag> <usetemplate - name="okcancelignore" - notext="Cancel" - yestext="OK" - ignoretext="Don't show me this again."/> + name="yesnocancelbuttons" + notext="Revert" + yestext="Yes" + canceltext="Dismiss"/> + </notification> + + <notification + icon="alertmodal.tga" + label="Save Outfit" + name="SaveOutfitEither" + type="alertmodal"> + <unique/> + Save outfit (defaults to current outfit): + <tag>confirm</tag> + <form name="form"> + <input name="message" type="text"> + [DESC] + </input> + <button + default="true" + index="0" + name="OK" + text="Save"/> + </form> </notification> </notifications> |