[Vtigercrm-commits] [vtiger-commits] r4415 - /vtigercrm/trunk/include/utils/DetailViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 02:55:07 EST 2006
Author: saraj
Date: Fri Mar 24 00:54:55 2006
New Revision: 4415
Log:
* Removed the extra div and table close tags in function getDetailAssociatedProducts
Modified:
vtigercrm/trunk/include/utils/DetailViewUtils.php
Modified: vtigercrm/trunk/include/utils/DetailViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/DetailViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/DetailViewUtils.php Fri Mar 24 00:54:55 2006
@@ -760,7 +760,6 @@
$output .= '<th width="10%">Unit Price </th>';
$output .= '<th width="19%">List Price</th>';
$output .= '<th width="10%">Total</th>';
- //$output .= '<th width="5%"> </th>';
$output .= '</tr>';
if($module == 'Quotes')
@@ -817,7 +816,6 @@
$output .= '<tr id="tableheadline">';
$output .= '<td colspan="14" height="1" class="blackLine"><IMG SRC="'.$image_path.'blank.gif"></td></tr>';
$output .= '</table>';
- $output .= '</div>';
$output .= '<table width="100%" border="0" cellspacing="2" cellpadding="2" bgcolor="#FFFFFF">';
$output .= '<tr>';
$output .= '<td width="150"></td>';
@@ -840,7 +838,6 @@
$output .= '<td width="150"><div id="grandTotal" align="right" style="border:1px solid #000;padding:2px"> '.$focus->column_fields['hdnGrandTotal'].'</div></td>';
$output .= '</tr>';
$output .= '</table>';
- $output .= '</td></tr></table>';
return $output;
More information about the vtigercrm-commits
mailing list