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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 43 lines | 43 code | 0 blank | 0 comment | 0 complexity | a10c56c2479c5fcfeb41c570954fbc05 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 P2P Menu"
  8. top="724"
  9. visible="false"
  10. width="128">
  11. <menu_item_call
  12. label="View Profile"
  13. layout="topleft"
  14. name="Show Profile">
  15. <menu_item_call.on_click
  16. function="IMChicletMenu.Action"
  17. parameter="profile" />
  18. </menu_item_call>
  19. <menu_item_call
  20. label="Add Friend"
  21. layout="topleft"
  22. name="Add Friend">
  23. <menu_item_call.on_click
  24. function="IMChicletMenu.Action"
  25. parameter="add" />
  26. </menu_item_call>
  27. <menu_item_call
  28. label="Show Session"
  29. layout="topleft"
  30. name="Send IM">
  31. <menu_item_call.on_click
  32. function="IMChicletMenu.Action"
  33. parameter="im" />
  34. </menu_item_call>
  35. <menu_item_call
  36. label="End Session"
  37. layout="topleft"
  38. name="End Session">
  39. <menu_item_call.on_click
  40. function="IMChicletMenu.Action"
  41. parameter="end" />
  42. </menu_item_call>
  43. </menu>