Skip to content
Snippets Groups Projects
Commit bbe2daad authored by Dmitry Zaporozhan's avatar Dmitry Zaporozhan
Browse files

Fixed normal bug EXT-5856 - "Auto renew each week" checkbox is displayed in...

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
parent 4802a6f5
Branches
Tags
No related merge requests found
...@@ -1292,11 +1292,13 @@ void LLPanelClassifiedInfo::resetControls() ...@@ -1292,11 +1292,13 @@ void LLPanelClassifiedInfo::resetControls()
{ {
childSetEnabled("edit_btn", TRUE); childSetEnabled("edit_btn", TRUE);
childSetVisible("edit_btn", TRUE); childSetVisible("edit_btn", TRUE);
childSetVisible("auto_renew", TRUE);
} }
else else
{ {
childSetEnabled("edit_btn", FALSE); childSetEnabled("edit_btn", FALSE);
childSetVisible("edit_btn", FALSE); childSetVisible("edit_btn", FALSE);
childSetVisible("auto_renew", FALSE);
} }
} }
......
...@@ -136,16 +136,6 @@ ...@@ -136,16 +136,6 @@
top_pad="5" top_pad="5"
v_pad="0" v_pad="0"
value="[category]" /> 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 <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
...@@ -161,6 +151,16 @@ ...@@ -161,6 +151,16 @@
tool_tip="Price for listing." tool_tip="Price for listing."
v_pad="0" v_pad="0"
width="105" /> 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 <text_editor
allow_html="true" allow_html="true"
allow_scroll="false" allow_scroll="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment