Skip to content
Snippets Groups Projects
Commit 99f421bc authored by Demian Katz's avatar Demian Katz
Browse files

Another style fix.

parent f1b201f8
No related merge requests found
......@@ -92,7 +92,7 @@
<? if (!empty($searchFilters)): ?>
<h4><?=$this->transEsc("adv_search_filters")?></h4>
<ul class="list-group">
<li><label class="checkbox"><?=$this->transEsc("adv_search_select_all")?> <input type="checkbox" checked="checked" class="checkbox-select-all" /></label></li>
<li class="list-group-item"><label class="checkbox"><?=$this->transEsc("adv_search_select_all")?> <input type="checkbox" checked="checked" class="checkbox-select-all" /></label></li>
</ul>
<? foreach ($searchFilters as $field => $data): ?>
<div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment