diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-23 21:30:13 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-23 21:30:13 -0400 |
commit | 04ab2cf43b5341900737f0d480bce0b8205add8e (patch) | |
tree | d413bed4ad998b779a4b631902d967e2678630bb /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 0d11c70e8e68ea2c33cdf01b56b6f2f81ed46f1e (diff) |
storm-1738: restructure code, preferences storage, preferences ui; ui not completely tested
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index afc5b916e7..47cf35092c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -2340,6 +2340,63 @@ Would you be my friend? </notification> <notification + icon="alertmodal.tga" + label="Add Auto-Replace List" + name="AddAutoReplaceList" + type="alertmodal"> + <tag>addlist</tag> + Name for the new list: + <tag>confirm</tag> + <form name="form"> + <input name="listname" type="text"/> + <button + default="true" + index="0" + name="SetName" + text="OK"/> + </form> + </notification> + + <notification + icon="alertmodal.tga" + label="Rename Auto-Replace List" + name="RenameAutoReplaceList" + type="alertmodal"> + The name '[DUPNAME]' is in use + Enter a new unique name: + <tag>confirm</tag> + <form name="form"> + <input name="listname" type="text"/> + <button + default="false" + index="0" + name="ReplaceList" + text="Replace Current List"/> + <button + default="true" + index="1" + name="SetName" + text="Use New Name"/> + </form> + </notification> + + <notification + icon="notify.tga" + name="InvalidAutoReplaceEntry" + type="notify"> + The keyword must be a single word, and the replacement may not be empty. + <tag>fail</tag> + </notification> + + <notification + icon="notify.tga" + name="InvalidAutoReplaceList" + type="notify"> + That replacement list is not valid. + <tag>fail</tag> + </notification> + + <notification icon="alertmodal.tga" label="Save Outfit" name="SaveOutfitAs" |