1 <% include( '/elements/header.html', 'Time Worked' ) %>
3 <FORM ACTION="timeworked.html" METHOD="GET">
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
8 <TH CLASS="background" COLSPAN=2 ALIGN="left">
9 <FONT SIZE="+1">Search options</FONT>
13 <% include ('/elements/tr-input-beginning_ending.html') %>
15 <& /elements/tr-select.html,
16 label => 'Time category:',
18 options => [ 'development', 'support' ]
24 <INPUT TYPE="submit" VALUE="Get Report">
28 <% include('/elements/footer.html') %>
32 unless $FS::CurrentUser::CurrentUser->access_right('Time queue');