This commit is contained in:
Franck Allimant
2014-04-23 01:14:22 +02:00
parent a68f942c37
commit 1741130f23

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" backend_context=1}
{loop type="module" name="translate-module" backend_context=1 order="alpha"}
<option value="{$ID}" {if $item_name == $ID}selected="selected"{/if}>{$TITLE}</option>
{/loop}
</select>