From a5c43859c355afbb5a24d8599756297cad07f590 Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Tue, 16 Mar 2010 17:11:02 -0400 Subject: EXT-5735 : InventorySP doesn't show # of inventory items even when known by viewer Moved # items fetched string into panel_main_inventory (out of floater_inventory) so that it's shared by all inventory views. --- .../skins/default/xui/en/floater_inventory.xml | 16 ------ .../skins/default/xui/en/panel_main_inventory.xml | 63 +++++++++++++++------- 2 files changed, 44 insertions(+), 35 deletions(-) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/floater_inventory.xml b/indra/newview/skins/default/xui/en/floater_inventory.xml index 0d381fe5cb..ba2e0d3277 100644 --- a/indra/newview/skins/default/xui/en/floater_inventory.xml +++ b/indra/newview/skins/default/xui/en/floater_inventory.xml @@ -14,22 +14,6 @@ single_instance="false" title="MY INVENTORY" width="467"> - - MY INVENTORY - - - MY INVENTORY (Fetching [ITEM_COUNT] Items...) [FILTER] - - - MY INVENTORY ([ITEM_COUNT] Items) [FILTER] - - - Fetched - - Things + name="Itemcount"> + + Fetching [ITEM_COUNT] Items... [FILTER] + + + [ITEM_COUNT] Items [FILTER] + + + + + + Items: + + follows="all" + halign="center" + height="300" + layout="topleft" + left="6" + name="inventory filter tabs" + tab_height="30" + tab_position="top" + tab_min_width="100" + top_pad="10" + width="315"> Date: Wed, 17 Mar 2010 15:13:08 +0000 Subject: EXT-6335: Add custom labels for specific agent SLapp commands. We now display custom labels and tooltips for the various secondlife:///app/agent SLapp suffixes that we support. These include: /mute, /unmute, /pay, /im, /offerteleport, and /requestfriend. For example, entering: secondlife:///app/agent/3e2d81e8-6269-8100-860e-c64e5cee3c2c/mute Now displays the SLapp in text chat as "Mute ", rather than simply "". --- indra/newview/skins/default/xui/en/strings.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'indra/newview/skins/default') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 111daec242..2a46311fce 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -79,6 +79,12 @@ Click to view this web page Click to view this location's information Click to view this Resident's profile + Click to mute this Resident + Click to unmute this Resident + Click to IM this Resident + Click to Pay this Resident + Click to offer a teleport request to this Resident + Click to send a friend request to this Resident Click to view this group's description Click to view this event's description Click to view this classified @@ -95,6 +101,14 @@ Teleport to Show Map for + + Mute + Unmute + IM + Pay + Offer Teleport to + Friend Request + Close (⌘W) Close (Ctrl+W) -- cgit v1.2.3