[-] BO : Fix bug #PSCFV-8843, no closing span in category-filter helper
This commit is contained in:
@@ -239,17 +239,14 @@ class HelperCore
|
||||
|
||||
$html .= '
|
||||
<div class="category-filter">
|
||||
<span><a href="#" id="collapse_all" >'.$translations['Collapse All'].'</a>
|
||||
| </span>
|
||||
<span><a href="#" id="expand_all" >'.$translations['Expand All'].'</a>
|
||||
<span><a href="#" id="collapse_all">'.$translations['Collapse All'].'</a>| </span>
|
||||
<span><a href="#" id="expand_all">'.$translations['Expand All'].'</a>| </span>
|
||||
'.(!$use_radio ? '
|
||||
|</span>
|
||||
<span> <a href="#" id="check_all" >'.$translations['Check All'].'</a>
|
||||
|</span>
|
||||
<span><a href="#" id="uncheck_all" >'.$translations['Uncheck All'].'</a>|</span>
|
||||
' : '').($use_search ? '<span>'.$translations['search'].' : <input type="text" name="search_cat" id="search_cat"></span>' : '').'
|
||||
</div>
|
||||
';
|
||||
<span><a href="#" id="check_all">'.$translations['Check All'].'</a>| </span>
|
||||
<span><a href="#" id="uncheck_all">'.$translations['Uncheck All'].'</a>| </span>' : '')
|
||||
.($use_search ? '
|
||||
<span>'.$translations['search'].': <input type="text" name="search_cat" id="search_cat"/></span>' : '')
|
||||
.'</div>';
|
||||
|
||||
$home_is_selected = false;
|
||||
foreach ($selected_cat as $cat)
|
||||
|
||||
Reference in New Issue
Block a user