Files
Froxlor/templates/Sparkle/admin/settings/updatecounters.tpl
2013-10-03 21:21:54 +02:00

28 lines
522 B
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/res_recalculate_big.png" alt="" />&nbsp;
{$lng['admin']['updatecounters']}
</h2>
</header>
<section class="fullform bradius">
<table class="formtable">
<thead>
<tr>
<th colspan="2">{$lng['admin']['customers']}</th>
</tr>
</thead>
{$customers}
<thead>
<tr>
<th colspan="2">{$lng['admin']['admins']}</th>
</tr>
</thead>
{$admins}
</table>
</section>
</article>
$footer