// fixed small modifications
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<label class="second-select format_{$k}" style="display:none;">{l s='Select format'}</label>
|
||||
<div class="second-select margin-form format_{$k}" style="display:none;">
|
||||
<select class="second-select format_{$k}" name="format_{$k}">
|
||||
<option value="all">{l s='All'}</option>';
|
||||
<option value="all">{l s='All'}</option>
|
||||
{foreach $formats[$k] AS $format}
|
||||
<option value="{$format['id_image_type']}">{$format['name']}</option>
|
||||
{/foreach}
|
||||
|
||||
Reference in New Issue
Block a user