// fixed small modifications

This commit is contained in:
lLefevre
2012-02-09 08:37:47 +00:00
parent f2868434de
commit 6356a6bdea
3 changed files with 3 additions and 3 deletions
@@ -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}