Merge branch 'ticket-criteo' into develop

This commit is contained in:
Marion Muszynski 2016-07-27 17:46:04 +02:00
commit c21b4b906c

View File

@ -110,7 +110,8 @@ class Criteo_bbb extends Module
<input type="radio" value="0" name="display_category_criteo" '.(Configuration::get('WIC_CRITEO_DISPLAY_CAT') ? '' : 'checked=checked').' />&nbsp;&nbsp;No&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" value="1" name="display_category_criteo" '.(Configuration::get('WIC_CRITEO_DISPLAY_CAT') ? 'checked=checked' : '').' />&nbsp;&nbsp;Yes
<br/><br/>
<label for="display_category_criteo">'.$this->l('Use url produt in XML flow').' :</label>
<p></p>
<label for="url_criteo_mode">'.$this->l('Use url produt in XML flow').' :</label>
<input type="radio" value="0" name="url_criteo_mode" '.(Configuration::get('WIC_CRITEO_URL_MODE') ? '' : 'checked=checked').' />&nbsp;&nbsp;No&nbsp;&nbsp;&nbsp;&nbsp;
<input type="radio" value="1" name="url_criteo_mode" '.(Configuration::get('WIC_CRITEO_URL_MODE') ? 'checked=checked' : '').' />&nbsp;&nbsp;Yes