dropdown : suppression balise inutile
This commit is contained in:
parent
76bd293930
commit
1f7d1cc682
2 changed files with 12 additions and 16 deletions
|
@ -18,15 +18,13 @@
|
|||
}}
|
||||
{{/foreach}}
|
||||
|
||||
<fieldset class="shortFormRight"">
|
||||
<fieldset class="shortFormRight">
|
||||
<legend>Filtrer par catégorie</legend>
|
||||
<nav>
|
||||
{{:dropdown
|
||||
title="Filtrer par catégorie"
|
||||
options=$options
|
||||
value="%s"|args:$_GET.cat_key
|
||||
}}
|
||||
</nav>
|
||||
{{:dropdown
|
||||
title="Filtrer par catégorie"
|
||||
options=$options
|
||||
value="%s"|args:$_GET.cat_key
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
<div class="shortFormLeft">
|
||||
|
|
|
@ -18,15 +18,13 @@
|
|||
}}
|
||||
{{/foreach}}
|
||||
|
||||
<fieldset class="shortFormRight"">
|
||||
<fieldset class="shortFormRight">
|
||||
<legend>Filtrer par catégorie</legend>
|
||||
<nav>
|
||||
{{:dropdown
|
||||
title="Filtrer par catégorie"
|
||||
options=$options
|
||||
value="%s"|args:$_GET.cat_key
|
||||
}}
|
||||
</nav>
|
||||
{{:dropdown
|
||||
title="Filtrer par catégorie"
|
||||
options=$options
|
||||
value="%s"|args:$_GET.cat_key
|
||||
}}
|
||||
</fieldset>
|
||||
|
||||
<div class="shortFormLeft">
|
||||
|
|
Loading…
Add table
Reference in a new issue