X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime.tpl;h=0afaa15bb1d03732f08ac2740627d2332ada0966;hb=b0e8ffd3af439b5dc6dd5044a46a906d9833932b;hp=80b111badd0d52d9d50a751a7e1d41a6a1db3d3b;hpb=3d5bc3e13797cb7121ed8548b723a0ef85eda80c;p=timetracker.git diff --git a/WEB-INF/templates/time.tpl b/WEB-INF/templates/time.tpl index 80b111ba..0afaa15b 100644 --- a/WEB-INF/templates/time.tpl +++ b/WEB-INF/templates/time.tpl @@ -248,7 +248,7 @@ function get_time() { {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - {$i18n.label.task} (*): + {$i18n.label.task}: {$forms.timeRecordForm.task.control} {/if} @@ -326,14 +326,14 @@ function get_time() { {if $record.start}{$record.start}{else} {/if} {if $record.finish}{$record.finish}{else} {/if} {/if} - {if $record.duration <> '0:00'}{$record.duration}{else}{$i18n.form.time.uncompleted}{/if} + {if ($record.duration == '0:00' && $record.start <> '')}{$i18n.form.time.uncompleted}{else}{$record.duration}{/if} {if $record.comment}{$record.comment|escape:'html'}{else} {/if} {if $record.invoice_id}   {else} {$i18n.label.edit} - {if $record.duration == '0:00'} + {if ($record.duration == '0:00' && $record.start <> '')} @@ -354,6 +354,16 @@ function get_time() { {$i18n.label.week_total}: {$week_total} {$i18n.label.day_total}: {$day_total} + {if $user->isPluginEnabled('mq')} + + {$i18n.label.month_total}: {$month_total} + {if $over_quota} + {$i18n.form.time.over_quota}: {$quota_remaining} + {else} + {$i18n.form.time.remaining_quota}: {$quota_remaining} + {/if} + + {/if} {/if} {$forms.timeRecordForm.close}