wootook-reloaded/templates/OpenGame/admin/errors_body.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

14 lines
No EOL
328 B
Go Template

<br><br>
<h2>{adm_er_ttle}</h2>
<table width="520">
<tr>
<td class="c" colspan="4">{adm_er_list} [<a href="?deleteall=yes">{adm_er_clear}</a>]</td>
</tr>
<tr>
<th width="25">{adm_er_idmsg}</th>
<th width="170">{adm_er_type}</th>
<th width="230">{adm_er_time}</th>
<th width="95">{adm_er_delete}</th>
</tr>
{errors_list}
</table>