diff options
author | Baker Linden <baker@lindenlab.com> | 2013-08-29 11:36:45 -0700 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2013-08-29 11:36:45 -0700 |
commit | 4945ae17d3692f089ce6c996f6585a5e5b308e4d (patch) | |
tree | ca50d30f551659a790c4f4327b0767dae844c7be /indra/newview/skins/default/xui/en/role_actions.xml | |
parent | 6060e5e46acbeb20a301070a0fd0efea029d33d0 (diff) |
Initial commit for GroupBan
- Lots of crap isn't working as intended yet.
Diffstat (limited to 'indra/newview/skins/default/xui/en/role_actions.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/role_actions.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/role_actions.xml b/indra/newview/skins/default/xui/en/role_actions.xml index 89aef57cca..79789fcd7b 100755 --- a/indra/newview/skins/default/xui/en/role_actions.xml +++ b/indra/newview/skins/default/xui/en/role_actions.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <role_actions> + <action_set + description="These Abilities include powers to ban and un-ban residents from the group." + name="Bans"> + <action description="Manage ban list." + longdescription="Allows the group member to ban / un-ban Residents from this group." + name="allow ban" value="49" /> + </action_set> <action_set description="These Abilities include powers to add and remove group Members, and allow new Members to join without an invitation." name="Membership"> |