diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-06-05 17:06:59 -0400 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-06-05 17:06:59 -0400 |
commit | 4da7f68549f531a6bec3643727cc68fb29a00bfa (patch) | |
tree | dbcf9af2e55788a68d7819c0d547ae775b47005a /indra/newview/skins | |
parent | 644ca6a0f8a7759119814f88df93b8e838321a12 (diff) |
VWR-25689 Support 'older than' when inventory filtering
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_inventory_view_finder.xml | 48 |
1 files changed, 35 insertions, 13 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_inventory_view_finder.xml b/indra/newview/skins/default/xui/en/floater_inventory_view_finder.xml index c86ed595a7..5c7c4de9e8 100755 --- a/indra/newview/skins/default/xui/en/floater_inventory_view_finder.xml +++ b/indra/newview/skins/default/xui/en/floater_inventory_view_finder.xml @@ -2,7 +2,7 @@ <floater legacy_header_height="18" can_minimize="false" - height="408" + height="440" layout="topleft" name="Inventory Finder" help_topic="inventory_finder" @@ -95,36 +95,36 @@ width="126" /> <icon height="16" - image_name="Inv_Mesh" + image_name="Inv_Notecard" layout="topleft" left="8" mouse_opaque="true" - name="icon_mesh" - top="142" + name="icon_notecard" + top="122" width="16" /> <check_box height="16" - label="Meshes" + label="Notecards" layout="topleft" left_pad="2" - name="check_mesh" + name="check_notecard" top_delta="0" width="126" /> <icon height="16" - image_name="Inv_Notecard" + image_name="Inv_Mesh" layout="topleft" left="8" mouse_opaque="true" - name="icon_notecard" - top="122" + name="icon_mesh" + top="142" width="16" /> <check_box height="16" - label="Notecards" + label="Meshes" layout="topleft" left_pad="2" - name="check_notecard" + name="check_mesh" top_delta="0" width="126" /> <icon @@ -261,12 +261,34 @@ width="144"> - OR - </text> + + <radio_group + follows="top|left" + height="16" + layout="topleft" + left_delta="0" + name="date_search_direction" + top_pad="0" + width="270"> + <radio_item + label="Older than" + layout="topleft" + name="older" + top_pad="6" /> + <radio_item + label="Younger than" + layout="topleft" + name="yonger" + top_pad="-10" + left="120" /> + </radio_group> + <spinner follows="left|top" height="16" increment="1" initial_value="0" - label="Hours Ago" + label="Hours" label_width="64" layout="topleft" left_delta="0" @@ -279,7 +301,7 @@ height="16" increment="1" initial_value="0" - label="Days Ago" + label="Days" label_width="64" layout="topleft" left_delta="0" |