diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-02 11:34:14 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-02 11:34:14 +0200 |
commit | bbe2daad55777974f10f98b8a8023c7e25fbd6d2 (patch) | |
tree | 37fa3b1991d874e70e056f281d80aaea5cf9bc6e /indra/newview/skins/default | |
parent | 4802a6f572b8b6c6e61465e3c6cf6b563fd163e4 (diff) |
Fixed normal bug EXT-5856 - "Auto renew each week" checkbox is displayed in the Classified Info from other resident profile.
Hide auro_renew checkbox for avatar classifieds and showing for agent classifirds.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_classified_info.xml | 20 |
1 files changed, 10 insertions, 10 deletions
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 34c1923582..903a9689f1 100644 --- a/indra/newview/skins/default/xui/en/panel_classified_info.xml +++ b/indra/newview/skins/default/xui/en/panel_classified_info.xml @@ -136,16 +136,6 @@ top_pad="5" v_pad="0" value="[category]" /> - <check_box - enabled="false" - height="16" - label="Auto renew each week" - layout="topleft" - left="10" - name="auto_renew" - top_pad="5" - v_pad="0" - width="290" /> <text_editor allow_scroll="false" bg_visible="false" @@ -161,6 +151,16 @@ tool_tip="Price for listing." v_pad="0" width="105" /> + <check_box + enabled="false" + height="16" + label="Auto renew each week" + layout="topleft" + left="10" + name="auto_renew" + top_pad="5" + v_pad="0" + width="290" /> <text_editor allow_html="true" allow_scroll="false" |