// categories multishop improved

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12638 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-24 09:30:32 +00:00
parent 0d0e7f04c5
commit 988dd73596
5 changed files with 28 additions and 9 deletions
@@ -76,12 +76,16 @@
<ul id="categories-treeview" class="filetree">
<li id="{$categories.trads.Root.id_category}" class="hasChildren">
<span class="folder">
<input type="{if !$categories.use_radio}checkbox{else}radio{/if}"
name="{$categories.input_name}"
value="{$categories.trads.Root.id_category}"
{if $home_is_selected}checked{/if}
onclick="clickOnCategoryBox($(this));" />
{$categories.trads.Root.name}
{if $categories.top_category->id != $categories.trads.Root.id_category}
<input type="{if !$categories.use_radio}checkbox{else}radio{/if}"
name="{$categories.input_name}"
value="{$categories.trads.Root.id_category}"
{if $home_is_selected}checked{/if}
onclick="clickOnCategoryBox($(this));" />
<span class="category_label">{$categories.trads.Root.name}</span>
{else}
&nbsp;
{/if}
</span>
<ul>
<li><span class="placeholder">&nbsp;</span></li>