diff options
author | Jonathan Yap <none@none> | 2013-01-24 14:27:10 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-01-24 14:27:10 -0500 |
commit | f64e11dfe1490c1a89e00cf5dc368dd1dc25b866 (patch) | |
tree | fc3e6756cd7a0e574c5ff26c2385ac8fa9847503 /indra/newview/skins/default/xui/en | |
parent | d66c0ee8e9dc21b1887be496b484f1529ee23764 (diff) |
STORM-1838 Add optional message processing
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-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 0628e54902..3baf223172 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3929,6 +3929,27 @@ Join me in [REGION] <notification icon="alertmodal.tga" + name="TeleportRequestPrompt" + type="alertmodal"> +Request a teleport to their location with the following message + <tag>confirm</tag> + <form name="form"> + <input name="message" type="text"> + + </input> + <button + default="true" + index="0" + name="OK" + text="OK"/> + <button + index="1" + name="Cancel" + text="Cancel"/> + </form> + </notification> + <notification + icon="alertmodal.tga" name="TooManyTeleportOffers" type="alertmodal"> You attempted to make [OFFERS] teleport offers @@ -6520,6 +6541,7 @@ However, this region contains content accessible to adults only. name="TeleportRequest" type="notify"> [NAME_SLURL] is requesting to be teleported your to your location. +[MESSAGE] Will you permit this? <tag>confirm</tag> |