diff --git a/Theme/Backend/expense-list.tpl.php b/Theme/Backend/expense-list.tpl.php index 6b18d5c..c7dda07 100644 --- a/Theme/Backend/expense-list.tpl.php +++ b/Theme/Backend/expense-list.tpl.php @@ -24,7 +24,7 @@ echo $this->data['nav']->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Status'); ?> | = $this->getHtml('Paid'); ?> | = $this->getHtml('Approved'); ?> | = $this->getHtml('From'); ?> | = $this->getHtml('Amount'); ?> | = $this->getHtml('Start'); ?> | = $this->getHtml('End'); ?> | $value) : ++$count; @@ -128,8 +128,8 @@ echo $this->data['nav']->render(); ?>= $value->id; ?> | = $this->getHtml(':status' . $value->status); ?> - | - | + | = $value->paid ? 'check' : 'close'; ?> + | = $value->approved ? 'check' : 'close'; ?> | = $this->printHtml($this->renderUserName('%3$s %2$s %1$s', [$value->from->name1, $value->from->name2, $value->from->name3])); ?> | = $this->getCurrency($value->gross); ?> | = $this->printHtml($value->start->format('Y-m-d')); ?>
diff --git a/Theme/Backend/expense-single.tpl.php b/Theme/Backend/expense-single.tpl.php
index 43d1c97..0a953d1 100644
--- a/Theme/Backend/expense-single.tpl.php
+++ b/Theme/Backend/expense-single.tpl.php
@@ -84,7 +84,7 @@ echo $this->data['nav']->render(); ?>
= $this->getHtml('Notes'); ?>
+ = $this->getHtml('Notes'); ?>download
= $this->getHtml('Expenses'); ?>
+ = $this->getHtml('Expenses'); ?>download
|