/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
XML | 156 lines | 155 code | 1 blank | 0 comment | 0 complexity | 0d546247f177cb8b76a1e8d79748531f MD5 | raw file
Possible License(s): LGPL-2.1
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_gear_default" 8 visible="false"> 9 <menu_item_call 10 label="New Inventory Window" 11 layout="topleft" 12 name="new_window"> 13 <on_click 14 function="Inventory.GearDefault.Custom.Action" 15 parameter="new_window" /> 16 </menu_item_call> 17 <menu_item_separator 18 layout="topleft" /> 19 <menu_item_check 20 label="Sort by Name" 21 layout="topleft" 22 name="sort_by_name"> 23 <on_click 24 function="Inventory.GearDefault.Custom.Action" 25 parameter="sort_by_name" /> 26 <on_check 27 function="Inventory.GearDefault.Check" 28 parameter="sort_by_name" /> 29 </menu_item_check> 30 <menu_item_check 31 label="Sort by Most Recent" 32 layout="topleft" 33 name="sort_by_recent"> 34 <on_click 35 function="Inventory.GearDefault.Custom.Action" 36 parameter="sort_by_recent" /> 37 <on_check 38 function="Inventory.GearDefault.Check" 39 parameter="sort_by_recent" /> 40 </menu_item_check> 41 <menu_item_check 42 label="Sort Folders Always by Name" 43 layout="topleft" 44 name="sort_folders_by_name"> 45 <on_click 46 function="Inventory.GearDefault.Custom.Action" 47 parameter="sort_folders_by_name" /> 48 <on_check 49 function="Inventory.GearDefault.Check" 50 parameter="sort_folders_by_name" /> 51 </menu_item_check> 52 <menu_item_check 53 label="Sort System Folders to Top" 54 layout="topleft" 55 name="sort_system_folders_to_top"> 56 <on_click 57 function="Inventory.GearDefault.Custom.Action" 58 parameter="sort_system_folders_to_top" /> 59 <on_check 60 function="Inventory.GearDefault.Check" 61 parameter="sort_system_folders_to_top" /> 62 </menu_item_check> 63 <menu_item_separator 64 layout="topleft" /> 65 <menu_item_call 66 label="Show Filters" 67 layout="topleft" 68 name="show_filters"> 69 <on_click 70 function="Inventory.GearDefault.Custom.Action" 71 parameter="show_filters" /> 72 </menu_item_call> 73 <menu_item_call 74 label="Reset Filters" 75 layout="topleft" 76 name="reset_filters"> 77 <on_click 78 function="Inventory.GearDefault.Custom.Action" 79 parameter="reset_filters" /> 80 </menu_item_call> 81 <menu_item_call 82 label="Close All Folders" 83 layout="topleft" 84 name="close_folders"> 85 <on_click 86 function="Inventory.GearDefault.Custom.Action" 87 parameter="close_folders" /> 88 </menu_item_call> 89 <menu_item_separator 90 layout="topleft" /> 91 <menu_item_call 92 label="Empty Lost and Found" 93 layout="topleft" 94 name="empty_lostnfound"> 95 <on_click 96 function="Inventory.GearDefault.Custom.Action" 97 parameter="empty_lostnfound" /> 98 </menu_item_call> 99 <menu_item_separator 100 layout="topleft" /> 101 <menu_item_call 102 label="Save Texture As" 103 layout="topleft" 104 name="Save Texture As"> 105 <on_click 106 function="Inventory.GearDefault.Custom.Action" 107 parameter="save_texture" /> 108 <on_enable 109 function="Inventory.GearDefault.Enable" 110 parameter="save_texture" /> 111 </menu_item_call> 112 <menu_item_call 113 label="Share" 114 layout="topleft" 115 name="Share" 116 visible="true"> 117 <on_click 118 function="Inventory.Share" /> 119 <on_enable 120 function="Inventory.GearDefault.Enable" 121 parameter="share" /> 122 </menu_item_call> 123 <menu_item_call 124 label="Find Original" 125 layout="topleft" 126 name="Find Original"> 127 <on_click 128 function="Inventory.GearDefault.Custom.Action" 129 parameter="find_original" /> 130 <on_enable 131 function="Inventory.GearDefault.Enable" 132 parameter="find_original" /> 133 </menu_item_call> 134 <menu_item_call 135 label="Find All Links" 136 layout="topleft" 137 name="Find All Links"> 138 <on_click 139 function="Inventory.GearDefault.Custom.Action" 140 parameter="find_links" /> 141 <on_enable 142 function="Inventory.GearDefault.Enable" 143 parameter="find_links" /> 144 </menu_item_call> 145 <menu_item_separator 146 layout="topleft" /> 147 148 <menu_item_call 149 label="Empty Trash" 150 layout="topleft" 151 name="empty_trash"> 152 <on_click 153 function="Inventory.GearDefault.Custom.Action" 154 parameter="empty_trash" /> 155 </menu_item_call> 156</toggleable_menu>