PageRenderTime 29ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 83 lines | 83 code | 0 blank | 0 comment | 0 complexity | 9e7f14aeda56c5cff88a9673cd518685 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <toggleable_menu
  3. height="50"
  4. layout="topleft"
  5. mouse_opaque="false"
  6. name="profile_overflow_menu"
  7. width="120">
  8. <menu_item_call
  9. label="Map"
  10. layout="topleft"
  11. name="show_on_map">
  12. <menu_item_call.on_click
  13. function="Profile.ShowOnMap" />
  14. <menu_item_call.on_enable
  15. function="Profile.EnableShowOnMap" />
  16. </menu_item_call>
  17. <menu_item_call
  18. label="Pay"
  19. layout="topleft"
  20. name="pay">
  21. <menu_item_call.on_click
  22. function="Profile.Pay" />
  23. </menu_item_call>
  24. <menu_item_call
  25. label="Share"
  26. layout="topleft"
  27. name="share">
  28. <menu_item_call.on_click
  29. function="Profile.Share" />
  30. </menu_item_call>
  31. <menu_item_call
  32. label="Block"
  33. name="block">
  34. <menu_item_call.on_click
  35. function="Profile.BlockUnblock"/>
  36. <menu_item_call.on_visible
  37. function="Profile.EnableBlock" />
  38. </menu_item_call>
  39. <menu_item_call
  40. label="Unblock"
  41. name="unblock">
  42. <menu_item_call.on_click
  43. function="Profile.BlockUnblock"/>
  44. <menu_item_call.on_visible
  45. function="Profile.EnableUnblock" />
  46. </menu_item_call>
  47. <menu_item_call
  48. label="Kick"
  49. layout="topleft"
  50. name="kick">
  51. <menu_item_call.on_click
  52. function="Profile.Kick" />
  53. <menu_item_call.on_visible
  54. function="Profile.EnableGod" />
  55. </menu_item_call>
  56. <menu_item_call
  57. label="Freeze"
  58. layout="topleft"
  59. name="freeze">
  60. <menu_item_call.on_click
  61. function="Profile.Freeze" />
  62. <menu_item_call.on_visible
  63. function="Profile.EnableGod" />
  64. </menu_item_call>
  65. <menu_item_call
  66. label="Unfreeze"
  67. layout="topleft"
  68. name="unfreeze">
  69. <menu_item_call.on_click
  70. function="Profile.Unfreeze" />
  71. <menu_item_call.on_visible
  72. function="Profile.EnableGod" />
  73. </menu_item_call>
  74. <menu_item_call
  75. label="CSR"
  76. layout="topleft"
  77. name="csr">
  78. <menu_item_call.on_click
  79. function="Profile.CSR" />
  80. <menu_item_call.on_visible
  81. function="Profile.EnableGod" />
  82. </menu_item_call>
  83. </toggleable_menu>