diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_employee_status.html | 6 | ||||
-rw-r--r-- | templates/ceo.html | 2 | ||||
-rw-r--r-- | templates/manager.html | 9 |
3 files changed, 9 insertions, 8 deletions
diff --git a/templates/_employee_status.html b/templates/_employee_status.html new file mode 100644 index 0000000..6e6095a --- /dev/null +++ b/templates/_employee_status.html @@ -0,0 +1,6 @@ +<p>Status for $employee + <ul> + <li>Timesheet has $submitted been submitted</li> + <li>Timesheet has $approved been approved by $approver.</li> + </ul> +</p> diff --git a/templates/ceo.html b/templates/ceo.html index ebc2ea9..8485009 100644 --- a/templates/ceo.html +++ b/templates/ceo.html @@ -1,3 +1,3 @@ <p>Time registration status mail.</p> -$status +$statuslist: diff --git a/templates/manager.html b/templates/manager.html index 6e956e2..2cb8054 100644 --- a/templates/manager.html +++ b/templates/manager.html @@ -1,10 +1,5 @@ -<p>Missing time registration for your employee $employee, please submit and approve before tuesday 2 AM (CET)</p> +<p>Missing time registrations for your employees, please submit and approve before tuesday 2 AM (CET)</p> -<p>Status for $employee in Week $week - <ul> - <li>Timesheet has $submitted been submitted</li> - <li>Timesheet has $approved been approved by you.</li> - </ul> -</p> +$statuslist <p>Please go to <a href="$maconomyurl">Maconomy Portal</a> to submit and approve time.</p> |