summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_participant_view.xml
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-09-14 19:47:52 -0700
committerMerov Linden <merov@lindenlab.com>2012-09-14 19:47:52 -0700
commit9b0d627a06a817fc11edc4c6c718f1114aa7cfcf (patch)
tree1bf45c3e5c7c1070e68dd45af6f96b36ed8b8cac /indra/newview/skins/default/xui/en/menu_participant_view.xml
parent72f6bebe59f5f900af02a4d234a4091a3e034529 (diff)
CHUI-192 : Implement menus and settings for sorting. The sort itself is not performed though. Wait for CHUI-340 for this.
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_participant_view.xml')
-rw-r--r--indra/newview/skins/default/xui/en/menu_participant_view.xml70
1 files changed, 70 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_participant_view.xml b/indra/newview/skins/default/xui/en/menu_participant_view.xml
index df2700c94c..0043c14479 100644
--- a/indra/newview/skins/default/xui/en/menu_participant_view.xml
+++ b/indra/newview/skins/default/xui/en/menu_participant_view.xml
@@ -2,6 +2,76 @@
<toggleable_menu
layout="topleft"
name="participant_manu_view">
+ <menu_item_check
+ label="Sort conversations by type"
+ layout="topleft"
+ name="sort_sessions_by_type">
+ <on_click
+ function="IMFloaterContainer.Action"
+ parameter="sort_sessions_by_type" />
+ <on_check
+ function="IMFloaterContainer.Check"
+ parameter="sort_sessions_by_type" />
+ </menu_item_check>
+ <menu_item_check
+ label="Sort conversations by name"
+ layout="topleft"
+ name="sort_sessions_by_name">
+ <on_click
+ function="IMFloaterContainer.Action"
+ parameter="sort_sessions_by_name" />
+ <on_check
+ function="IMFloaterContainer.Check"
+ parameter="sort_sessions_by_name" />
+ </menu_item_check>
+ <menu_item_check
+ label="Sort conversations by recent activity"
+ layout="topleft"
+ name="sort_sessions_by_recent">
+ <on_click
+ function="IMFloaterContainer.Action"
+ parameter="sort_sessions_by_recent" />
+ <on_check
+ function="IMFloaterContainer.Check"
+ parameter="sort_sessions_by_recent" />
+ </menu_item_check>
+ <menu_item_separator
+ layout="topleft" />
+ <menu_item_check
+ label="Sort participants by name"
+ layout="topleft"
+ name="sort_participants_by_name">
+ <on_click
+ function="IMFloaterContainer.Action"
+ parameter="sort_participants_by_name" />
+ <on_check
+ function="IMFloaterContainer.Check"
+ parameter="sort_participants_by_name" />
+ </menu_item_check>
+ <menu_item_check
+ label="Sort participants by recent activity"
+ layout="topleft"
+ name="sort_participants_by_recent">
+ <on_click
+ function="IMFloaterContainer.Action"
+ parameter="sort_participants_by_recent" />
+ <on_check
+ function="IMFloaterContainer.Check"
+ parameter="sort_participants_by_recent" />
+ </menu_item_check>
+ <menu_item_check
+ label="Sort participants by distance from you"
+ layout="topleft"
+ name="sort_participants_by_distance">
+ <on_click
+ function="IMFloaterContainer.Action"
+ parameter="sort_participants_by_distance" />
+ <on_check
+ function="IMFloaterContainer.Check"
+ parameter="sort_participants_by_distance" />
+ </menu_item_check>
+ <menu_item_separator
+ layout="topleft" />
<menu_item_call
label="Chat preferences..."
name="chat_preferences">