accounting date template fixes

This commit is contained in:
SJ
2013-08-18 13:59:55 +02:00
parent 4919e69e85
commit c72cb9bb08
7 changed files with 11 additions and 11 deletions

View File

@ -53,8 +53,8 @@
<div><a href="index.php?route=accounting/accounting&amp;view=accounts&amp;domain=<?php echo $details['item']; ?>"><?php echo count($accounts[$details['item']]); ?></a></div>
<?php } ?>
<div class="domaincell"><?php echo date("d M Y",$details['oldest']); ?></div>
<div class="domaincell"><?php echo date("d M Y",$details['newest']); ?></div>
<div class="domaincell"><?php echo date(DATE_TEMPLATE, $details['oldest']); ?></div>
<div class="domaincell"><?php echo date(DATE_TEMPLATE, $details['newest']); ?></div>
<div class="domaincell">
<?php echo $details['sent']; ?>
</div>