Merge pull request #158 from PrestaEdit/patch-7

[-] MO: coding standard
This commit is contained in:
Vincent Augagneur
2013-01-07 02:25:50 -08:00
+1 -1
View File
@@ -81,7 +81,7 @@ class BlockViewed extends Module
<fieldset><legend><img src="'.$this->_path.'logo.gif" alt="" title="" />'.$this->l('Settings').'</legend>
<label>'.$this->l('Products displayed').'</label>
<div class="margin-form">
<input type="text" name="productNbr" value="'.Configuration::get('PRODUCTS_VIEWED_NBR').'" />
<input type="text" name="productNbr" value="'.(int)Configuration::get('PRODUCTS_VIEWED_NBR').'" />
<p class="clear">'.$this->l('Define the number of products displayed in this block').'</p>
</div>
<center><input type="submit" name="submitBlockViewed" value="'.$this->l('Save').'" class="button" /></center>