diff options
author | Cho <cho@lindenlab.com> | 2014-05-01 00:51:28 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-05-01 00:51:28 +0100 |
commit | f1fd98b6ed73d6ef7243870b8efd7fc848fa5be7 (patch) | |
tree | 538cb3cc8635e9d345220c503279fd167f8e1e43 | |
parent | 4a0f5c85a03830e4ab890217bf52961a2ce25a2b (diff) |
Changed layout of exp perms buttons for ACME-1468
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5e966395dc..ee007197d7 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7118,6 +7118,14 @@ Scripts associated with this experience will be able to do the following on regi <tag>confirm</tag> <form name="form"> <button + index="3" + name="BlockExperience" + text="Block Experience"/> + <button + index="2" + name="Mute" + text="Block Object"/> + <button index="0" name="Yes" text="Yes"/> @@ -7125,14 +7133,6 @@ Scripts associated with this experience will be able to do the following on regi index="1" name="No" text="No"/> - <button - index="2" - name="Mute" - text="Block Object"/> - <button - index="3" - name="BlockExperience" - text="Block Experience"/> </form> </notification> |