Release diogenes-0.9.22
[diogenes.git] / templates / admin-prefs.tpl
CommitLineData
6855525e
JL
1<table class="light" style="width:60%">
2<tr>
3 <th>{$msg_lang}</th>
4</tr>
5<tr>
6 <td>
7 {$msg_lang_blab}
8 <ul>
9{foreach key=key item=item from=$langs}
10 <li><a href="?nlang={$key}">{$item}</a></li>
11{/foreach}
12 </ul>
13 </td>
14</tr>
15</table>
16
17<p>
18 <a href="{$global_prefs}">{$msg_global_prefs}</a>
19</p>