diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-25 16:50:23 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-25 16:50:23 +0300 |
commit | 63daefb39afba64110a48572ac629c83fb31a7c7 (patch) | |
tree | 65cc9ff1e1d2529e2a48e0c69422794d23b6a022 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 5cf5aa44cabf9bc142551e568c2e69954d06640f (diff) |
SL-17640 Materials Upload UI #3
Fixed issues in button layout
Added 'unsaved changes' notification
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 23a9632ada..0ca3e043e7 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9068,6 +9068,23 @@ Please enter a non-empty name <notification icon="alertmodal.tga" + name="UsavedMaterialChanges" + type="alertmodal"> + You have unsaved changes. + <form name="form"> + <button + index="0" + name="discard" + text="Discard changes"/> + <button + index="1" + name="keep" + text="Keep editing"/> + </form> + </notification> + + <notification + icon="alertmodal.tga" name="LivePreviewUnavailable" type="alert"> |