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

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <toggleable_menu
  3. bottom="806"
  4. layout="topleft"
  5. left="0"
  6. mouse_opaque="false"
  7. name="menu_ladmark_gear"
  8. visible="false">
  9. <menu_item_call
  10. label="Teleport"
  11. layout="topleft"
  12. name="teleport">
  13. <on_click
  14. function="Places.LandmarksGear.Custom.Action"
  15. parameter="teleport" />
  16. <on_enable
  17. function="Places.LandmarksGear.Enable"
  18. parameter="teleport" />
  19. </menu_item_call>
  20. <menu_item_call
  21. label="More Information"
  22. layout="topleft"
  23. name="more_info">
  24. <on_click
  25. function="Places.LandmarksGear.Custom.Action"
  26. parameter="more_info" />
  27. <on_enable
  28. function="Places.LandmarksGear.Enable"
  29. parameter="more_info" />
  30. </menu_item_call>
  31. <menu_item_call
  32. label="Show on Map"
  33. layout="topleft"
  34. name="show_on_map">
  35. <on_click
  36. function="Places.LandmarksGear.Custom.Action"
  37. parameter="show_on_map" />
  38. <on_enable
  39. function="Places.LandmarksGear.Enable"
  40. parameter="show_on_map" />
  41. </menu_item_call>
  42. <menu_item_separator
  43. layout="topleft" />
  44. <menu_item_call
  45. label="Add Landmark"
  46. layout="topleft"
  47. name="add_landmark">
  48. <on_click
  49. function="Places.LandmarksGear.Add.Action"
  50. parameter="add_landmark" />
  51. </menu_item_call>
  52. <menu_item_call
  53. label="Add Folder"
  54. layout="topleft"
  55. name="add_folder">
  56. <on_click
  57. function="Places.LandmarksGear.Add.Action"
  58. parameter="category" />
  59. <on_enable
  60. function="Places.LandmarksGear.Enable"
  61. parameter="category" />
  62. </menu_item_call>
  63. <menu_item_call
  64. label="Restore Item"
  65. layout="topleft"
  66. name="restore_item">
  67. <menu_item_call.on_click
  68. function="Places.LandmarksGear.Custom.Action"
  69. parameter="restore" />
  70. </menu_item_call>
  71. <menu_item_separator
  72. layout="topleft" />
  73. <menu_item_call
  74. label="Cut"
  75. layout="topleft"
  76. name="cut">
  77. <on_click
  78. function="Places.LandmarksGear.CopyPaste.Action"
  79. parameter="cut" />
  80. <on_enable
  81. function="Places.LandmarksGear.Enable"
  82. parameter="cut" />
  83. </menu_item_call>
  84. <menu_item_call
  85. label="Copy Landmark"
  86. layout="topleft"
  87. name="copy_landmark">
  88. <on_click
  89. function="Places.LandmarksGear.CopyPaste.Action"
  90. parameter="copy" />
  91. </menu_item_call>
  92. <menu_item_call
  93. label="Copy SLurl"
  94. layout="topleft"
  95. name="copy_slurl">
  96. <on_click
  97. function="Places.LandmarksGear.CopyPaste.Action"
  98. parameter="copy_slurl" />
  99. <on_enable
  100. function="Places.LandmarksGear.Enable"
  101. parameter="copy_slurl" />
  102. </menu_item_call>
  103. <menu_item_call
  104. label="Paste"
  105. layout="topleft"
  106. name="paste">
  107. <on_click
  108. function="Places.LandmarksGear.CopyPaste.Action"
  109. parameter="paste" />
  110. <on_enable
  111. function="Places.LandmarksGear.Enable"
  112. parameter="paste" />
  113. </menu_item_call>
  114. <menu_item_call
  115. label="Rename"
  116. layout="topleft"
  117. name="rename">
  118. <on_click
  119. function="Places.LandmarksGear.CopyPaste.Action"
  120. parameter="rename" />
  121. <on_enable
  122. function="Places.LandmarksGear.Enable"
  123. parameter="rename" />
  124. </menu_item_call>
  125. <menu_item_call
  126. label="Delete"
  127. layout="topleft"
  128. name="delete">
  129. <on_click
  130. function="Places.LandmarksGear.CopyPaste.Action"
  131. parameter="delete" />
  132. <on_enable
  133. function="Places.LandmarksGear.Enable"
  134. parameter="delete" />
  135. </menu_item_call>
  136. <menu_item_separator
  137. layout="topleft" />
  138. <menu_item_call
  139. label="Expand all folders"
  140. layout="topleft"
  141. name="expand_all">
  142. <on_click
  143. function="Places.LandmarksGear.Folding.Action"
  144. parameter="expand_all" />
  145. <on_enable
  146. function="Places.LandmarksGear.Enable"
  147. parameter="expand_all" />
  148. </menu_item_call>
  149. <menu_item_call
  150. label="Collapse all folders"
  151. layout="topleft"
  152. name="collapse_all">
  153. <on_click
  154. function="Places.LandmarksGear.Folding.Action"
  155. parameter="collapse_all" />
  156. <on_enable
  157. function="Places.LandmarksGear.Enable"
  158. parameter="collapse_all" />
  159. </menu_item_call>
  160. <menu_item_check
  161. label="Sort by Date"
  162. layout="topleft"
  163. name="sort_by_date">
  164. <on_check
  165. function="Places.LandmarksGear.Check"
  166. parameter="sort_by_date" />
  167. <on_click
  168. function="Places.LandmarksGear.Folding.Action"
  169. parameter="sort_by_date" />
  170. <on_enable
  171. function="Places.LandmarksGear.Enable"
  172. parameter="sort_by_date" />
  173. </menu_item_check>
  174. <menu_item_call
  175. label="Create Pick"
  176. layout="topleft"
  177. name="create_pick">
  178. <on_click
  179. function="Places.LandmarksGear.Custom.Action"
  180. parameter="create_pick" />
  181. <on_enable
  182. function="Places.LandmarksGear.Enable"
  183. parameter="create_pick" />
  184. </menu_item_call>
  185. </toggleable_menu>