blob: 89629e8434b50533cd6cdae924b106ad75ad247e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<% include('/elements/header.html', 'Time worked report criteria' ) %>
<FORM ACTION="rt_transaction.html" METHOD="GET">
<TABLE>
<% include ( '/elements/tr-input-beginning_ending.html' ) %>
<% include ( '/elements/tr-select-otaker.html' ) %>
</TABLE>
<BR>
<INPUT TYPE="submit" VALUE="Search">
<% include('/elements/footer.html') %>
<%init>
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('List rating data');
</%init>
|