diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-24 01:02:01 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-24 08:36:50 +0300 |
commit | da1d9139b3412e391b5ed7c868d350760719ee9e (patch) | |
tree | 00aeca98043b71a50128b3c5b2936eded2a71603 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 0bc7fee11fe43281d5d3c97e95249f9c26af0eb1 (diff) |
SL-17640 Materials Upload UI #2
New Fee fields
New Buttons
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 8670aa92f4..23a9632ada 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9033,7 +9033,39 @@ Unable to upload texture. There was a problem uploading the file <tag>fail</tag> </notification> - + + <notification + icon="alertmodal.tga" + label="Save Material" + name="SaveMaterialAs" + type="alertmodal"> + <unique/> + Name this material: + <tag>confirm</tag> + <form name="form"> + <input name="message" type="text"> + [DESC] + </input> + <button + default="true" + index="0" + name="OK" + text="OK"/> + <button + index="1" + name="Cancel" + text="Cancel"/> + </form> + </notification> + + <notification + icon="alertmodal.tga" + name="InvalidMaterialName" + type="alertmodal"> +Please enter a non-empty name + <tag>fail</tag> + </notification> + <notification icon="alertmodal.tga" name="LivePreviewUnavailable" |