From 7dc06e75274b96460e69477bef3b21866e6ec974 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Nov 2009 07:23:47 +0000 Subject: add date constratint on time worked search --- httemplate/search/report_timeworked.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 httemplate/search/report_timeworked.html (limited to 'httemplate') diff --git a/httemplate/search/report_timeworked.html b/httemplate/search/report_timeworked.html new file mode 100644 index 000000000..a672ec082 --- /dev/null +++ b/httemplate/search/report_timeworked.html @@ -0,0 +1,28 @@ +<% include( '/elements/header.html', 'Time Worked' ) %> + +
+ + + + + + + + <% include ('/elements/tr-input-beginning_ending.html') %> + +
+ Search options +
+ +
+ + +
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Time queue'); + + -- cgit v1.2.1