summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_profile_overflow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_profile_overflow.xml')
-rw-r--r--indra/newview/skins/default/xui/en/menu_profile_overflow.xml74
1 files changed, 0 insertions, 74 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_profile_overflow.xml b/indra/newview/skins/default/xui/en/menu_profile_overflow.xml
deleted file mode 100644
index 5162a4902f..0000000000
--- a/indra/newview/skins/default/xui/en/menu_profile_overflow.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<toggleable_menu
- height="50"
- layout="topleft"
- mouse_opaque="false"
- name="profile_overflow_menu"
- width="120">
- <menu_item_call
- label="Pay"
- layout="topleft"
- name="pay">
- <menu_item_call.on_click
- function="Profile.Pay" />
- </menu_item_call>
- <menu_item_call
- label="Share"
- layout="topleft"
- name="share">
- <menu_item_call.on_click
- function="Profile.Share" />
- </menu_item_call>
- <menu_item_call
- label="Block"
- name="block">
- <menu_item_call.on_click
- function="Profile.BlockUnblock"/>
- <menu_item_call.on_visible
- function="Profile.EnableBlock" />
- </menu_item_call>
- <menu_item_call
- label="Unblock"
- name="unblock">
- <menu_item_call.on_click
- function="Profile.BlockUnblock"/>
- <menu_item_call.on_visible
- function="Profile.EnableUnblock" />
- </menu_item_call>
- <menu_item_call
- label="Kick"
- layout="topleft"
- name="kick">
- <menu_item_call.on_click
- function="Profile.Kick" />
- <menu_item_call.on_visible
- function="Profile.EnableGod" />
- </menu_item_call>
- <menu_item_call
- label="Freeze"
- layout="topleft"
- name="freeze">
- <menu_item_call.on_click
- function="Profile.Freeze" />
- <menu_item_call.on_visible
- function="Profile.EnableGod" />
- </menu_item_call>
- <menu_item_call
- label="Unfreeze"
- layout="topleft"
- name="unfreeze">
- <menu_item_call.on_click
- function="Profile.Unfreeze" />
- <menu_item_call.on_visible
- function="Profile.EnableGod" />
- </menu_item_call>
- <menu_item_call
- label="CSR"
- layout="topleft"
- name="csr">
- <menu_item_call.on_click
- function="Profile.CSR" />
- <menu_item_call.on_visible
- function="Profile.EnableGod" />
- </menu_item_call>
-</toggleable_menu>