X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftimesheets.tpl;h=91c626df0def9c99e4cbecbcddf1c7b8265828a0;hb=fe8af9a04f7170a0623915f31610c6c4c3df4058;hp=f9b89d79272f62fe7b31953273c35b1128750073;hpb=73f1ed8b4fb4888b8251b3575ba1d94cf1a68a4e;p=timetracker.git diff --git a/WEB-INF/templates/timesheets.tpl b/WEB-INF/templates/timesheets.tpl index f9b89d79..91c626df 100644 --- a/WEB-INF/templates/timesheets.tpl +++ b/WEB-INF/templates/timesheets.tpl @@ -4,9 +4,6 @@ {$forms.timesheetsForm.open} -{if $not_client} - -{/if} {if $user_dropdown} {/if} @@ -21,14 +18,10 @@ {if $show_client} {/if} -{if $not_client} -{/if} -{if $can_edit} -{/if} {foreach $active_timesheets as $timesheet} @@ -36,26 +29,21 @@ {if $show_client} {/if} - {if $not_client} - {if $timesheet.approval_status == null} + {if $timesheet.approve_status == null} - {else} - - {/if} + {else} + {/if} - {if $can_edit} - {/if} {/foreach}
{$i18n.form.timesheets.hint}
{$i18n.label.user}: {$forms.timesheetsForm.user.control}
{$i18n.label.client}{$i18n.label.submitted} {$i18n.label.approved}{$i18n.label.view}{$i18n.label.edit}
{$timesheet.client_name|escape}{if $timesheet.submit_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{if $timesheet.approval_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{if $timesheet.approve_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{$i18n.label.view}{$i18n.label.edit}
-{if $not_client} + - +


-{/if} {if $inactive_timesheets} @@ -66,14 +54,10 @@ {if $show_client} {/if} - {if $not_client} - {/if} - {if $can_edit} - {/if} {foreach $inactive_timesheets as $timesheet} @@ -81,26 +65,21 @@ {if $show_client} {/if} - {if $not_client} - {if $timesheet.approval_status == null} + {if $timesheet.approve_status == null} - {else} - - {/if} + {else} + {/if} - {if $can_edit} - {/if} {/foreach}
{$i18n.label.client}{$i18n.label.submitted} {$i18n.label.approved}{$i18n.label.view}{$i18n.label.edit}
{$timesheet.client_name|escape}{if $timesheet.submit_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{if $timesheet.approval_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{if $timesheet.approve_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{$i18n.label.view}{$i18n.label.edit}
- {if $not_client} +

- {/if} {/if}