X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Freports.tpl;h=1358d29decdec7bcf6c5b38b2d9483eeb583c076;hb=bac0563d910ee1c055db5e2ad9ec4c6d08846f7f;hp=82135278220f1297d71a42a40274180c3360ab8a;hpb=93dc9c1832b4035167d53796db9fac88bf90a2b6;p=timetracker.git diff --git a/WEB-INF/templates/reports.tpl b/WEB-INF/templates/reports.tpl index 82135278..1358d29d 100644 --- a/WEB-INF/templates/reports.tpl +++ b/WEB-INF/templates/reports.tpl @@ -212,11 +212,15 @@ function handleCheckboxes() { {$i18n.label.task} {$forms.reportForm.task.control} {/if} +{if $show_approved} + {$i18n.label.approved} + {$forms.reportForm.approved.control} +{/if} {if $show_invoice_dropdown} {$i18n.label.invoice} {$forms.reportForm.invoice.control} {/if} -{if $show_timesheet} +{if $show_timesheet_dropdown} {$i18n.label.timesheet} {$forms.reportForm.timesheet.control} {/if} @@ -259,7 +263,7 @@ function handleCheckboxes() { {if $show_project} {/if} -{if $show_timesheet} +{if $show_timesheet_checkbox} {/if} {if $show_cf_1_checkbox} @@ -289,6 +293,9 @@ function handleCheckboxes() { {/if} +{if $show_approved} + +{/if} {if $show_invoice_checkbox} {/if}