Added ID in language list.

This commit is contained in:
Franck Allimant
2014-07-22 16:31:16 +02:00
parent 77e6635a04
commit b74d5d9a34

View File

@@ -48,6 +48,7 @@
</caption>
<thead>
<tr>
<th>{intl l="ID"}</th>
<th colspan="2">{intl l="Language name"}</th>
<th>{intl l="ISO 639 Code"}</th>
<th>{intl l="Locale"}</th>
@@ -58,6 +59,7 @@
<tbody>
{loop type="lang" name="lang.list" backend_context="1"}
<tr>
<td>{$ID}</td>
<td class="text-center"><img src="{image file="assets/img/flags/{$CODE}.png"}" alt="{$CODE}" /></td>
<td>{$TITLE}</td>
<td>{$CODE}</td>