[-] BO : #PSTEST-18 : smalls improvements

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11316 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-16 16:03:44 +00:00
parent 26032dc8bd
commit a15214a04e
2 changed files with 12 additions and 12 deletions
@@ -43,6 +43,17 @@
{l s='Please check a category in order to select the default category.'}
</div>
<table>
<tr>
<td class="col-left">
<label for="category_block">{l s='Associated categories:'}</label>
</td>
<td class="col-right">
<div id="category_block">{$category_tree}</div>
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td class="col-left">
<label for="id_category_default">{l s='Default category:'}</label>
@@ -56,17 +67,6 @@
</td>
</tr>
</table>
<br />
<table>
<tr>
<td class="col-left">
<label for="category_block">{l s='Associated categories:'}</label>
</td>
<td class="col-right">
<div id="category_block">{$category_tree}</div>
</td>
</tr>
</table>
{if $feature_shop_active}
<div class="separation"></div>
{* @todo use asso_shop from Helper *}