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

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

  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="Popup"
  8. top="724"
  9. width="128">
  10. <menu_item_separator
  11. layout="topleft"
  12. name="Landmark Separator" />
  13. <menu_item_call
  14. label="About URL"
  15. layout="topleft"
  16. name="about_url">
  17. <menu_item_call.on_click
  18. function="Inventory.DoToSelected"
  19. parameter="about" />
  20. </menu_item_call>
  21. <menu_item_call
  22. label="Teleport to URL"
  23. layout="topleft"
  24. name="teleport_to_url">
  25. <menu_item_call.on_click
  26. function="Inventory.DoToSelected"
  27. parameter="about" />
  28. </menu_item_call>
  29. <menu_item_call
  30. label="Map"
  31. layout="topleft"
  32. name="show_on_map">
  33. <menu_item_call.on_click
  34. function="Inventory.DoToSelected"
  35. parameter="about" />
  36. </menu_item_call>
  37. </menu>