[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: timetrack detail_report_bycust.php,1.2,1.3
From: |
Mark A Peters <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: timetrack detail_report_bycust.php,1.2,1.3 |
Date: |
Sat, 21 Sep 2002 17:59:18 -0400 |
Update of /cvsroot/phpgroupware/timetrack
In directory subversions:/tmp/cvs-serv3126/timetrack
Modified Files:
detail_report_bycust.php
Log Message:
Small Cleanups.
Index: detail_report_bycust.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/detail_report_bycust.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** detail_report_bycust.php 20 Sep 2002 02:54:50 -0000 1.2
--- detail_report_bycust.php 21 Sep 2002 21:59:16 -0000 1.3
***************
*** 66,71 ****
else
{
! $heading = lang('customer activity report from')
! . ' ' . $startdate . ' ' . lang('to') . ' ' . $enddate;
$passdate = 1; // we need to pass the start and end dates to
printer friendly link
}
--- 66,70 ----
else
{
! $heading = lang('customer activity report from') . ' ' .
$startdate . ' ' . lang('to') . ' ' . $enddate;
$passdate = 1; // we need to pass the start and end dates to
printer friendly link
}
***************
*** 73,87 ****
if ($friendly)
{
! echo '<table border="0" width="100%">'
! . '<tr>'
! . ' <td width="200"><img
src="images/timesheet_logo.gif" border="0"></td>'
! . ' <td><center><h2>' . $heading . '</h2></center></td>'
! . ' <td width="200"> </td>'
! . '</tr>'."\n"
. '</table>'."\n";
}
else
{
! echo '<h2><center>'.$heading.'</center></h2>';
}
--- 72,86 ----
if ($friendly)
{
! echo '<table border="0" width="100%">'."\n"
! . '<tr>'."\n"
! . ' <td width="200"><img
src="images/timesheet_logo.gif" border="0"></td>'."\n"
! . ' <td><center><h2>' . $heading .
'</h2></center></td>'."\n"
! . ' <td width="200"> </td>'."\n"
! . '</tr>'."\n"."\n"
. '</table>'."\n";
}
else
{
! echo '<h2><center>'.$heading.'</center></h2>'."\n";
}
***************
*** 96,108 ****
//start the table before the loop
! echo '<br><center>'
! . '<table width="90%" border="' . $bw . '" bordercolor="' . $bc
! . '" cellspacing="' . $cs . '" cellpadding="' . $cp . '. ">'
! . '<tr>'
! . ' <th width="20%" bgcolor="' . $thbg . '"><font
color="#000000">'.lang('Company').'</font></th>'
! . ' <th width="10%" bgcolor="' . $thbg . '"><font
color="#000000">'.lang('Job No.').'</font></th>'
! . ' <th width="60%" bgcolor="' . $thbg . '"><font
color="#000000">'.lang('Description').'</font></th>'
! . ' <th width="10%" bgcolor="' . $thbg . '"><font
color="#000000">'.lang('Status').'</font></th>'
! . '</tr>';
$j=0;
--- 95,106 ----
//start the table before the loop
! echo '<br><center>'."\n"
! . '<table width="90%" border="' . $bw . '" bordercolor="' . $bc
. '" cellspacing="' . $cs . '" cellpadding="' . $cp . '. ">'."\n"
! . '<tr>'."\n"
! . ' <th width="20%" bgcolor="' . $thbg . '"><font
color="#000000">'.lang('Company').'</font></th>'."\n"
! . ' <th width="10%" bgcolor="' . $thbg . '"><font
color="#000000">'.lang('Job No.').'</font></th>'."\n"
! . ' <th width="60%" bgcolor="' . $thbg . '"><font
color="#000000">'.lang('Description').'</font></th>'."\n"
! . ' <th width="10%" bgcolor="' . $thbg . '"><font
color="#000000">'.lang('Status').'</font></th>'."\n"
! . '</tr>'."\n";
$j=0;
***************
*** 147,151 ****
. '</tr>'."\n";
}
! echo '</table>';
// Should add a test here later to sum num_hours for the job, don't
print table if num_hours is 0
--- 145,149 ----
. '</tr>'."\n";
}
! echo '</table>'."\n";
// Should add a test here later to sum num_hours for the job, don't
print table if num_hours is 0
***************
*** 171,175 ****
. ' <th width="55%" bgcolor="' . $thbg . '"><font
color="#000000">' . lang('Type of Work') . '</font></th>'."\n"
. ' <th width="10%" bgcolor="' . $thbg . '"><font
color="#000000">' . lang('Hours') . '</font></th>'."\n"
! . '</tr>';
$total_hours=0;
--- 169,173 ----
. ' <th width="55%" bgcolor="' . $thbg . '"><font
color="#000000">' . lang('Type of Work') . '</font></th>'."\n"
. ' <th width="10%" bgcolor="' . $thbg . '"><font
color="#000000">' . lang('Hours') . '</font></th>'."\n"
! . '</tr>'."\n";
$total_hours=0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: timetrack detail_report_bycust.php,1.2,1.3,
Mark A Peters <address@hidden> <=