// little fix about multishop categories

This commit is contained in:
vChabot
2012-01-09 16:02:27 +00:00
parent 1c89f6df60
commit 9080c55d21
+1 -1
View File
@@ -203,7 +203,7 @@ class HelperCore
$html .= '
<ul id="categories-treeview" class="filetree">
<li id="'.$trads['Root']['id_category'].'" class="hasChildren">
<span class="folder"> <input type="'.(!$use_radio ? 'checkbox' : 'radio').'" name="'.$input_name.'" value="1" '.($home_is_selected ? 'checked' : '').' onclick="clickOnCategoryBox($(this));" /> '.$trads['Root']['name'].'</span>
<span class="folder"> <input type="'.(!$use_radio ? 'checkbox' : 'radio').'" name="'.$input_name.'" value="'.$trads['Root']['id_category'].'" '.($home_is_selected ? 'checked' : '').' onclick="clickOnCategoryBox($(this));" /> '.$trads['Root']['name'].'</span>
<ul>
<li><span class="placeholder">&nbsp;</span></li>
</ul>