From 3db9ff8990b82199fe5d3f7034883e5117ffea0d Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Wed, 7 Jul 2010 14:37:18 +0300 Subject: EXT-8160 FIXED (remove arrow from shop button) - Replaced the art to the proper Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/700/ --HG-- branch : product-engine --- indra/newview/skins/default/textures/icons/Shop.png | Bin 3104 -> 3052 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/textures/icons/Shop.png b/indra/newview/skins/default/textures/icons/Shop.png index 9d091fed44..81c13eeabd 100644 Binary files a/indra/newview/skins/default/textures/icons/Shop.png and b/indra/newview/skins/default/textures/icons/Shop.png differ -- cgit v1.2.3 From 9dbc0e2ccebba2ccb7d1fe10dbb62653545daef3 Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Wed, 7 Jul 2010 14:48:10 +0300 Subject: EXT-7879 FIXED (Edit Classified has duplicate \"Price for Ad\" and unnecessary help link) - Restored deleted spinner and its label - Added method to show\hide spinner and its label Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/698/ --HG-- branch : product-engine --- .../default/xui/en/floater_publish_classified.xml | 3 ++- .../skins/default/xui/en/panel_edit_classified.xml | 28 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/floater_publish_classified.xml b/indra/newview/skins/default/xui/en/floater_publish_classified.xml index f25c170f33..6ce9ed6e77 100644 --- a/indra/newview/skins/default/xui/en/floater_publish_classified.xml +++ b/indra/newview/skins/default/xui/en/floater_publish_classified.xml @@ -25,10 +25,11 @@ Remember, Classified fees are non-refundable. + + Date: Wed, 7 Jul 2010 14:55:19 +0300 Subject: EXT-8149 FIXED (shop button needs a tooltip) - Added tooltips for Shop buttons Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/693/ --HG-- branch : product-engine --- indra/newview/skins/default/xui/en/panel_outfit_edit.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml index adc38b966c..cf174da2f0 100644 --- a/indra/newview/skins/default/xui/en/panel_outfit_edit.xml +++ b/indra/newview/skins/default/xui/en/panel_outfit_edit.xml @@ -406,6 +406,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap left_pad="1" name="shop_btn_1" top="1" + tool_tip="Visit the SL Marketplace. You can also select something you are wearing, then click here to see more things like it" width="31" /> @@ -480,6 +481,7 @@ It is calculated as border_size + 2*UIResizeBarOverlap left_pad="1" name="shop_btn_2" top="1" + tool_tip="Visit the SL Marketplace. You can also select something you are wearing, then click here to see more things like it" width="31" /> -- cgit v1.2.3 From e595ea43be6745b2d1cf8b258d87548b7a19c2e7 Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Wed, 7 Jul 2010 21:27:04 +0300 Subject: EXT-8170 FIXED Fixed clothing context menu localization in Edit Outfit. - Localized the "New Shoes" string. I'm sceptical about this fix. Let's see if the translation team accepts it. If not, I'll add a bunch of new translatable strings like "Create new shoes", "Create new pants", etc. - Translated the "Replace" item of clothing context menu (took translation from the body part context menu). Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/710/ --HG-- branch : product-engine --- indra/newview/skins/default/xui/de/menu_cof_clothing.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/de/menu_cof_clothing.xml b/indra/newview/skins/default/xui/de/menu_cof_clothing.xml index 5cf31791ba..7fced273a7 100644 --- a/indra/newview/skins/default/xui/de/menu_cof_clothing.xml +++ b/indra/newview/skins/default/xui/de/menu_cof_clothing.xml @@ -1,6 +1,7 @@ + -- cgit v1.2.3