This might just fix the double inventory thing
This commit is contained in:
BIN
indra/newview/skins/default/textures/inv_link_Item.tga
Normal file
BIN
indra/newview/skins/default/textures/inv_link_Item.tga
Normal file
Binary file not shown.
BIN
indra/newview/skins/default/textures/inv_link_Item_broken.tga
Normal file
BIN
indra/newview/skins/default/textures/inv_link_Item_broken.tga
Normal file
Binary file not shown.
BIN
indra/newview/skins/default/textures/inv_link_folder.tga
Normal file
BIN
indra/newview/skins/default/textures/inv_link_folder.tga
Normal file
Binary file not shown.
@@ -208,30 +208,19 @@
|
||||
<menu bottom_delta="64" drop_shadow="true" height="49"
|
||||
label="Search" left="0" mouse_opaque="false" name="Search" opaque="true"
|
||||
tear_off="true" width="118">
|
||||
<menu_item_check bottom_delta="-18" control_name="Inventory.SearchByName" height="18"
|
||||
label="By Name" left="0" mouse_opaque="true" name="By Name" width="118">
|
||||
<on_click filter="" function="Inventory.SetSearchBy" userdata="name" />
|
||||
</menu_item_check>
|
||||
<menu_item_check bottom_delta="-18" control_name="Inventory.SearchByCreator" height="18"
|
||||
label="By Creator" left="0" mouse_opaque="true" name="By Creator" width="118">
|
||||
<on_click filter="" function="Inventory.SetSearchBy" userdata="creator" />
|
||||
</menu_item_check>
|
||||
<menu_item_check bottom_delta="-18" control_name="Inventory.SearchByDesc" height="18"
|
||||
label="By Description" left="0" mouse_opaque="true" name="By Description" width="118">
|
||||
<on_click filter="" function="Inventory.SetSearchBy" userdata="desc" />
|
||||
</menu_item_check>
|
||||
<menu_item_separator bottom_delta="-8" height="8" left="0" mouse_opaque="true" name="separator"
|
||||
width="118" />
|
||||
<menu_item_check bottom_delta="-18" control_name="Inventory.SearchByAll" height="18"
|
||||
label="By All" left="0" mouse_opaque="true" name="By All" width="118">
|
||||
<on_click filter="" function="Inventory.SetSearchBy" userdata="all" />
|
||||
</menu_item_check>
|
||||
<menu_item_separator bottom_delta="-8" height="8" left="0" mouse_opaque="true" name="separator"
|
||||
width="118" />
|
||||
<menu_item_check bottom_delta="-18" control_name="Inventory.PartialSearchToggle" height="18"
|
||||
label="Show Partial Search Results" left="0" mouse_opaque="true" name="Show Partial Search Results" width="118">
|
||||
<on_click filter="" function="Inventory.PartialSearch" userdata="toggle" />
|
||||
</menu_item_check>
|
||||
<menu_item_check bottom_delta="-18" control_name="Inventory.SearchName" height="18"
|
||||
label="Item name" left="0" mouse_opaque="true" name="Item name" width="118">
|
||||
<on_click filter="" function="Inventory.SetSearchType" userdata="name" />
|
||||
</menu_item_check>
|
||||
<menu_item_check bottom_delta="-18" control_name="Inventory.SearchDesc" height="18"
|
||||
label="Item description" left="0" mouse_opaque="true" name="Item description" width="118">
|
||||
<on_click filter="" function="Inventory.SetSearchType" userdata="description" />
|
||||
</menu_item_check>
|
||||
<menu_item_check bottom_delta="-18" control_name="Inventory.SearchCreator" height="18"
|
||||
label="Item creator" left="0" mouse_opaque="true" name="Item creatorr" width="118">
|
||||
<on_click filter="" function="Inventory.SetSearchType" userdata="creator" />
|
||||
</menu_item_check>
|
||||
</menu>
|
||||
</menu>
|
||||
</menu_bar>
|
||||
</floater>
|
||||
|
||||
Reference in New Issue
Block a user