PageRenderTime 33ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 35 lines | 35 code | 0 blank | 0 comment | 0 complexity | 7921fb89f6759bb387c8f88732191cd9 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <menu
  3. height="101"
  4. layout="topleft"
  5. left="100"
  6. mouse_opaque="false"
  7. name="IMChiclet Group Menu"
  8. top="724"
  9. visible="false"
  10. width="128">
  11. <menu_item_call
  12. label="Group Info"
  13. layout="topleft"
  14. name="Show Profile">
  15. <menu_item_call.on_click
  16. function="IMChicletMenu.Action"
  17. parameter="info" />
  18. </menu_item_call>
  19. <menu_item_call
  20. label="Show Session"
  21. layout="topleft"
  22. name="Chat">
  23. <menu_item_call.on_click
  24. function="IMChicletMenu.Action"
  25. parameter="group chat" />
  26. </menu_item_call>
  27. <menu_item_call
  28. label="End Session"
  29. layout="topleft"
  30. name="End Session">
  31. <menu_item_call.on_click
  32. function="IMChicletMenu.Action"
  33. parameter="end" />
  34. </menu_item_call>
  35. </menu>