From a1efd4eee8455d656f4d6aa0db8a908f44f3bc1c Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Wed, 21 Apr 2010 17:31:40 +0300 Subject: Fixed critical bug EXT-4837 ([NUX] When filter results in null state, provide a message suggesting the user try global search.) implementation for: * Places->My Landmarks * My Inventory->My Inventory * My Inventory->Recent * My Appearance->Wearing * My Appearance->My Outfits updated common text and search url (secondlife:///app/search/all because concrete category without is not supported). * People/Friends (Common avatar list support can not be used due to accordions) * added two strings with help messages into panel_people.xml (one for case when an avatar has no any friends - moved from textbox, another to be shown when there are no friends matching filter) * moved logic to show help text into separate method * and updated to be used in both cases: friend list is changed, filter is changed. --HG-- branch : product-engine --- indra/newview/skins/default/xui/en/panel_people.xml | 18 ++++++++++++------ indra/newview/skins/default/xui/en/strings.xml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 61784fede4..cc579cdd7a 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -29,6 +29,15 @@ + + Find friends using [secondlife:///app/search/people Search] or right-click on a Resident to add them as a friend. +Looking for people to hang out with? Try the [secondlife:///app/worldmap World Map]. + + + Didn't find what you're looking for? Try [secondlife:///app/search/people Search]. + @@ -265,14 +274,11 @@ - Find friends using [secondlife:///app/search/people Search] or right-click on a Resident to add them as a friend. -Looking for people to hang out with? Try the [secondlife:///app/worldmap World Map]. - + wrap="true" /> Press ESC to return to World View - No matching items found in inventory. Try [secondlife:///app/search/groups "Search"]. + Didn't find what you're looking for? Try [secondlife:///app/search/all Search]. Drag a landmark here to add it to your favorites. You do not have a copy of this texture in your inventory -- cgit v1.2.3