Files
Froxlor/templates/Froxlor/admin/settings/updatecounters.tpl
Florian Aders (EleRas) f36643851f Redesign of resource-recalculation, fixes #699
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
2011-04-10 10:50:10 +02:00

31 lines
795 B
Smarty

$header
<article>
<header>
<h2>
<img src="images/Froxlor/icons/res_recalculate_big.png" alt="" />&nbsp;
{$lng['admin']['updatecounters']}
</h2>
</header>
<section class="fullform bradiusodd">
<table class="formtable">
<tr>
<td colspan="2" style="font-weight: bold;"><img src="images/Froxlor/icons/res_recalculate.png" alt="" />&nbsp;{$lng['admin']['customers']}</td>
</tr>
{$customers}
</table>
<br /><br />
</section>
<br /><br />
<section class="fullform bradiusodd">
<table class="formtable">
<tr>
<td colspan="2" style="font-weight: bold;"><img src="images/Froxlor/icons/res_recalculate.png" alt="" />&nbsp;{$lng['admin']['admins']}</td>
</tr>
{$admins}
</table>
<br /><br />
</section>
</article>
$footer