Files
Froxlor/templates/Sparkle/admin/settings/updatecounters.tpl
Roman Schmerold (BNoiZe) 675e93b99a Added resize plugin to flot, removed inline css
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2013-12-29 16:39:47 +01: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="3">{$lng['admin']['customers']}</th>
</tr>
</thead>
{$customers}
<thead>
<tr>
<th colspan="3">{$lng['admin']['admins']}</th>
</tr>
</thead>
{$admins}
</table>
</section>
</article>
$footer