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

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <context_menu
  3. layout="topleft"
  4. name="COF Clothing">
  5. <menu_item_call
  6. label="Take Off"
  7. layout="topleft"
  8. name="take_off">
  9. <on_click
  10. function="Clothing.TakeOff" />
  11. <on_enable
  12. function="Clothing.OnEnable"
  13. parameter="take_off" />
  14. </menu_item_call>
  15. <menu_item_call
  16. label="Edit"
  17. layout="topleft"
  18. name="edit">
  19. <on_click
  20. function="Clothing.Edit" />
  21. <on_enable
  22. function="Clothing.OnEnable"
  23. parameter="edit" />
  24. </menu_item_call>
  25. <menu_item_call
  26. label="Replace"
  27. layout="topleft"
  28. name="replace">
  29. <on_click
  30. function="Clothing.Replace" />
  31. <on_enable
  32. function="Clothing.OnEnable"
  33. parameter="replace" />
  34. </menu_item_call>
  35. <menu_item_call
  36. label="Create New"
  37. layout="topleft"
  38. name="create_new"
  39. translate="false">
  40. <on_click
  41. function="Clothing.Create"/>
  42. <on_enable
  43. function="Clothing.OnEnable"
  44. parameter="create" />
  45. </menu_item_call>
  46. </context_menu>