[-] BO : #PSTEST-80 : add hint box

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12040 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-03 10:13:29 +00:00
parent 8c5b03b55d
commit ad2a7f12b2
2 changed files with 3 additions and 1 deletions
@@ -65,6 +65,7 @@
<option value="{$cat.id_category}" {if $product->id_category_default == $cat.id_category}selected="selected"{/if} >{$cat.name}</option>
{/foreach}
</select>
<div class="hint" style="display:block;">{l s='The default category is the category who is displayed by default.'}</div>
</td>
</tr>
</table>