projects
/
diogenes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
refresh translations (French is up to date)
[diogenes.git]
/
templates
/
admin-prefs.tpl
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>