This commit is contained in:
Franck Allimant
2014-04-22 16:22:53 +02:00
parent e183c7c8be
commit 112f9b91aa
3 changed files with 61 additions and 2 deletions

View File

@@ -60,7 +60,7 @@
<select id="item_name" required="required" name="item_name" class="submit-on-change form-control">
<option value="">{intl l='Please select the module to translate'}</option>
{loop type="module" name="translate-module" active="1" backend_context=1}
{loop type="module" name="translate-module" backend_context=1}
<option value="{$ID}" {if $item_name == $ID}selected="selected"{/if}>{$TITLE}</option>
{/loop}
</select>