X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftimesheets.tpl;h=c38e2d442cc7ca14cbe12537babdf58525ab148b;hb=11f9bb4aceb54d0965f5eb2a5329acc6400428e2;hp=91c626df0def9c99e4cbecbcddf1c7b8265828a0;hpb=9f37cea35130359a3fe915c63a59cbfcdc75663f;p=timetracker.git diff --git a/WEB-INF/templates/timesheets.tpl b/WEB-INF/templates/timesheets.tpl index 91c626df..c38e2d44 100644 --- a/WEB-INF/templates/timesheets.tpl +++ b/WEB-INF/templates/timesheets.tpl @@ -21,7 +21,8 @@ {$i18n.label.submitted} {$i18n.label.approved} {$i18n.label.view} - {$i18n.label.edit} + + {foreach $active_timesheets as $timesheet} @@ -36,7 +37,8 @@ {if $timesheet.approve_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if} {/if} {$i18n.label.view} - {$i18n.label.edit} + {$i18n.label.edit} + {$i18n.label.delete} {/foreach} @@ -57,7 +59,8 @@ {$i18n.label.submitted} {$i18n.label.approved} {$i18n.label.view} - {$i18n.label.edit} + + {foreach $inactive_timesheets as $timesheet} @@ -72,7 +75,8 @@ {if $timesheet.approve_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if} {/if} {$i18n.label.view} - {$i18n.label.edit} + {$i18n.label.edit} + {$i18n.label.delete} {/foreach}