PageRenderTime 22ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 67 lines | 67 code | 0 blank | 0 comment | 0 complexity | 40b9e28036a5a9b6909f2b7a77d11159 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <menu
  3. bottom="806"
  4. layout="topleft"
  5. left="0"
  6. mouse_opaque="false"
  7. name="menu_gear_default"
  8. visible="false">
  9. <menu_item_call
  10. label="Replace Current Outfit"
  11. layout="topleft"
  12. name="wear">
  13. <on_click
  14. function="panel_outfits_inventory_gear_default.Custom.Action"
  15. parameter="wear" />
  16. <on_enable
  17. function="panel_outfits_inventory_gear_default.Enable"
  18. parameter="wear" />
  19. </menu_item_call>
  20. <menu_item_call
  21. label="Remove From Current Outfit"
  22. layout="topleft"
  23. name="remove">
  24. <on_click
  25. function="panel_outfits_inventory_gear_default.Custom.Action"
  26. parameter="remove" />
  27. <on_enable
  28. function="panel_outfits_inventory_gear_default.Enable"
  29. parameter="remove" />
  30. </menu_item_call>
  31. <menu_item_separator
  32. layout="topleft"
  33. name="Outfits Gear Separator" />
  34. <menu_item_call
  35. label="Rename"
  36. layout="topleft"
  37. name="rename">
  38. <on_click
  39. function="panel_outfits_inventory_gear_default.Custom.Action"
  40. parameter="rename" />
  41. <on_enable
  42. function="panel_outfits_inventory_gear_default.Enable"
  43. parameter="rename" />
  44. </menu_item_call>
  45. <menu_item_call
  46. label="Remove Link"
  47. layout="topleft"
  48. name="remove_link">
  49. <on_click
  50. function="panel_outfits_inventory_gear_default.Custom.Action"
  51. parameter="remove_link" />
  52. <on_enable
  53. function="panel_outfits_inventory_gear_default.Enable"
  54. parameter="remove_link" />
  55. </menu_item_call>
  56. <menu_item_call
  57. label="Delete Outfit"
  58. layout="topleft"
  59. name="delete">
  60. <on_click
  61. function="panel_outfits_inventory_gear_default.Custom.Action"
  62. parameter="delete" />
  63. <on_enable
  64. function="panel_outfits_inventory_gear_default.Enable"
  65. parameter="delete_outfit" />
  66. </menu_item_call>
  67. </menu>