summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2009-11-24 07:23:47 +0000
committerivan <ivan>2009-11-24 07:23:47 +0000
commit7dc06e75274b96460e69477bef3b21866e6ec974 (patch)
tree756780aafcf7782a958ad220d81396e6ff0b3887 /httemplate/search
parent890d91dbdfc83b20a465f4f56eaf66cc1dc1837e (diff)
add date constratint on time worked search
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/report_timeworked.html28
1 files changed, 28 insertions, 0 deletions
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' ) %>
+
+<FORM ACTION="timeworked.html" METHOD="GET">
+
+<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
+
+ <TR>
+ <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <FONT SIZE="+1">Search options</FONT>
+ </TH>
+ </TR>
+
+ <% include ('/elements/tr-input-beginning_ending.html') %>
+
+</TABLE>
+
+<BR>
+<INPUT TYPE="submit" VALUE="Get Report">
+
+</FORM>
+
+<% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Time queue');
+
+</%init>