| = $this->getHtml('Date'); ?> | = $this->getHtml('Type'); ?> | Employee - | = $this->getHtml('Start') ?> - | = $this->getHtml('Break') ?> - | = $this->getHtml('End') ?> - | = $this->getHtml('Total') ?> + | = $this->getHtml('Start'); ?> + | = $this->getHtml('Break'); ?> + | = $this->getHtml('End'); ?> + | = $this->getHtml('Total'); ?> |
| = $session->getStart()->format('Y-m-d'); ?> - | = $this->getHtml('CT' . $session->getType()) ?> + | = $this->getHtml('CT' . $session->getType()); ?> |
= $this->printHtml($session->getEmployee()->getProfile()->getAccount()->getName1()); ?>,
= $this->printHtml($session->getEmployee()->getProfile()->getAccount()->getName2()); ?>
diff --git a/Theme/Backend/private-dashboard.tpl.php b/Theme/Backend/private-dashboard.tpl.php
index 2f0ec6b..ad386fa 100755
--- a/Theme/Backend/private-dashboard.tpl.php
+++ b/Theme/Backend/private-dashboard.tpl.php
@@ -48,23 +48,23 @@ echo $this->getData('nav')->render(); ?>
| |||||||