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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 30 lines · 30 code · 0 blank · 0 comment · 0 complexity · dc68b88f2463e306d897a6552197c85b MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <context_menu
  3. layout="topleft"
  4. name="Url Popup">
  5. <menu_item_call
  6. label="Teleport to this Location"
  7. layout="topleft"
  8. name="teleport">
  9. <menu_item_call.on_click
  10. function="Url.Execute" />
  11. </menu_item_call>
  12. <menu_item_separator
  13. layout="topleft" />
  14. <menu_item_call
  15. label="Show on Map"
  16. layout="topleft"
  17. name="show_on_map">
  18. <menu_item_call.on_click
  19. function="Url.ShowOnMap" />
  20. </menu_item_call>
  21. <menu_item_separator
  22. layout="topleft" />
  23. <menu_item_call
  24. label="Copy SLurl to clipboard"
  25. layout="topleft"
  26. name="url_copy">
  27. <menu_item_call.on_click
  28. function="Url.CopyUrl" />
  29. </menu_item_call>
  30. </context_menu>