PageRenderTime 614ms CodeModel.GetById 600ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/menu_people_recent_view_sort.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 39 lines | 39 code | 0 blank | 0 comment | 0 complexity | ec9459edff362e34444fa5ef78c08c1b MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <toggleable_menu
  3. name="menu_group_plus"
  4. left="0" bottom="0" visible="false"
  5. mouse_opaque="false">
  6. <menu_item_check
  7. label="Sort by Most Recent"
  8. name="sort_most">
  9. <menu_item_check.on_click
  10. function="People.Recent.ViewSort.Action"
  11. parameter="sort_recent" />
  12. <menu_item_check.on_check
  13. function="People.Recent.ViewSort.CheckItem"
  14. parameter="sort_recent" />
  15. </menu_item_check>
  16. <menu_item_check
  17. label="Sort by Name"
  18. name="sort_name">
  19. <menu_item_check.on_click
  20. function="People.Recent.ViewSort.Action"
  21. parameter="sort_name" />
  22. <menu_item_check.on_check
  23. function="People.Recent.ViewSort.CheckItem"
  24. parameter="sort_name" />
  25. </menu_item_check>
  26. <menu_item_separator layout="topleft" />
  27. <menu_item_check name="view_icons" label="View People Icons">
  28. <menu_item_check.on_click
  29. function="People.Recent.ViewSort.Action"
  30. parameter="view_icons" />
  31. <menu_item_check.on_check
  32. function="CheckControl"
  33. parameter="RecentListShowIcons" />
  34. </menu_item_check>
  35. <menu_item_separator layout="topleft" />
  36. <menu_item_call name="show_blocked_list" label="Show Blocked Residents &amp; Objects">
  37. <menu_item_call.on_click function="People.Recent.ViewSort.Action" userdata="panel_block_list_sidetray" />
  38. </menu_item_call>
  39. </toggleable_menu>