summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_people_nearby_view_sort.xml
blob: f91a9613886e57546bee93e13ced298e0d202ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu name="menu_group_plus"
     left="0" bottom="0" visible="false"
     mouse_opaque="false" opaque="true" color="MenuDefaultBgColor" drop_shadow="false">
  <menu_item_call name="sort_recent" label="Sort by Recent Speakers">
    <menu_item_call.on_click function="People.Nearby.ViewSort.Action" userdata="sort_recent" />
  </menu_item_call>
  <menu_item_call name="sort_name" label="Sort by Name">
    <menu_item_call.on_click function="People.Nearby.ViewSort.Action" userdata="sort_name" />
  </menu_item_call>
  <menu_item_call name="sort_distance" label="Sort by Distance">
    <menu_item_call.on_click function="People.Nearby.ViewSort.Action" userdata="sort_distance" />
  </menu_item_call>
  <menu_item_separator layout="topleft" />
  <menu_item_call name="view_icons" label="View People Icons">
    <menu_item_call.on_click function="People.Nearby.ViewSort.Action" userdata="view_icons" />
  </menu_item_call>
  <menu_item_separator layout="topleft" />
  <menu_item_call name="show_blocked_list" label="Show Blocked Residents &amp; Objects">
    <menu_item_call.on_click function="SideTray.ShowPanel" userdata="panel_block_list_sidetray" />
  </menu_item_call>
</menu>