[freeside-commits] freeside/httemplate/search report_timeworked.html, NONE, 1.1.2.2

Ivan,,, ivan at wavetail.420.am
Mon Nov 23 23:23:49 PST 2009


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv22258/search

Added Files:
      Tag: FREESIDE_1_9_BRANCH
	report_timeworked.html 
Log Message:
add date constratint on time worked search

--- NEW FILE: report_timeworked.html ---
<% 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>



More information about the freeside-commits mailing list