// little fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12302 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-10 10:38:16 +00:00
parent 201c193dd4
commit 6ca5f52df3
@@ -74,11 +74,11 @@
{/if}
{/foreach}
<ul id="categories-treeview" class="filetree">
<li id="$categories.trads.Root.id_category" class="hasChildren">
<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"
value="{$categories.trads.Root.id_category}"
{if $home_is_selected}checked{/if}
onclick="clickOnCategoryBox($(this));" />
{$categories.trads.Root.name}