summaryrefslogtreecommitdiff
path: root/httemplate/search/report_timeworked.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_timeworked.html')
-rw-r--r--httemplate/search/report_timeworked.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/httemplate/search/report_timeworked.html b/httemplate/search/report_timeworked.html
deleted file mode 100644
index 492e738..0000000
--- a/httemplate/search/report_timeworked.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<% include( '/elements/header.html', 'Time Worked' ) %>
-
-<FORM ACTION="timeworked.html" METHOD="GET">
-
-<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
-
- <TR>
- <TH CLASS="background" 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>