From 4f0a34ae7e79af29e50035e1536ae6b1d1928daf Mon Sep 17 00:00:00 2001 From: Dmitry Zaporozhan Date: Wed, 3 Mar 2010 12:44:07 +0200 Subject: Update for normal bug EXT-5856 - "Auto renew each week" checkbox is displayed in the Classified Info from other resident profile. Added layout stack to auto reposition description when auto_renew is being shown or hidden. --HG-- branch : product-engine --- indra/newview/llpanelclassified.cpp | 2 +- .../skins/default/xui/en/panel_classified_info.xml | 43 +++++++++++++++++++--- 2 files changed, 39 insertions(+), 6 deletions(-) diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp index 68691a1408..7cf27d9141 100644 --- a/indra/newview/llpanelclassified.cpp +++ b/indra/newview/llpanelclassified.cpp @@ -1294,7 +1294,7 @@ void LLPanelClassifiedInfo::resetControls() childSetEnabled("edit_btn", is_self); childSetVisible("edit_btn", is_self); - childSetVisible("auto_renew", is_self); + childSetVisible("price_layout_panel", is_self); } void LLPanelClassifiedInfo::setClassifiedName(const std::string& name) diff --git a/indra/newview/skins/default/xui/en/panel_classified_info.xml b/indra/newview/skins/default/xui/en/panel_classified_info.xml index cc26c3093c..221cc9de63 100644 --- a/indra/newview/skins/default/xui/en/panel_classified_info.xml +++ b/indra/newview/skins/default/xui/en/panel_classified_info.xml @@ -185,26 +185,57 @@ v_pad="0" value="[price]" width="105" /> + + + + + +