X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Fmobile%2Ftime.tpl;h=38ec1914c96d0d9e155ccfbd51a84400f5fb8b64;hb=352243fe0b205fa6371299c47be1bb91a7a377bb;hp=a342c7641a4ea73d7b4cb50ffdb201a6105c4f63;hpb=2d7329ba9ee02d996db189a87d79a02a877dd924;p=timetracker.git diff --git a/WEB-INF/templates/mobile/time.tpl b/WEB-INF/templates/mobile/time.tpl index a342c764..38ec1914 100644 --- a/WEB-INF/templates/mobile/time.tpl +++ b/WEB-INF/templates/mobile/time.tpl @@ -25,7 +25,8 @@ {$record.project|escape} {/if} {if ($record.duration == '0:00' && $record.start <> '')}{/if}{$record.duration}{if ($record.duration == '0:00' && $record.start <> '')}{/if} - {if $record.approved || $record.timesheet_id || $record.invoice_id} {else}{$i18n.label.edit}{/if} + {if $record.approved || $record.timesheet_id || $record.invoice_id} {else}{$i18n.label.edit}{/if} + {if $record.approved || $record.timesheet_id || $record.invoice_id} {else}{$i18n.label.delete}{/if} {/foreach} @@ -82,6 +83,10 @@ {$i18n.label.duration}: {$forms.timeRecordForm.duration.control} {/if} +{if $template_dropdown} + {$i18n.label.template}: + {$forms.timeRecordForm.template.control} +{/if} {$i18n.label.note}: {$forms.timeRecordForm.note.control}