Brand related translations

This commit is contained in:
Franck Allimant
2014-06-30 14:50:15 +02:00
parent 31182c07fc
commit 1458d2ff69
3 changed files with 39 additions and 25 deletions

View File

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