[Vtigercrm-commits] [vtiger-commits] r9515 - /vtigercrm/trunk/Smarty/templates/salesEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Sep 13 14:35:17 EDT 2006
Author: richie
Date: Wed Sep 13 12:35:10 2006
New Revision: 9515
Log:
HardCoded Style removed and class added
Modified:
vtigercrm/trunk/Smarty/templates/salesEditView.tpl
Modified: vtigercrm/trunk/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/salesEditView.tpl Wed Sep 13 12:35:10 2006
@@ -118,12 +118,12 @@
{if $header eq 'Comments' || $header eq 'Comment Information'}
<tr><td> </td></tr>
<tr>
- <td colspan=4 style="border-bottom:1px solid #999999;padding:5px;" bgcolor="#e5e5e5">
- <b>{$MOD.LBL_COMMENT_INFORMATION}</b>
+ <td colspan=4 class="dvInnerHeader">
+ <b>{$MOD.LBL_COMMENT_INFORMATION}</b>
</td>
</tr>
<tr>
- <td colspan=4 class="dvtCellInfo">{$COMMENT_BLOCK}</td>
+ <td colspan=4 class="dvtCellInfo">{$COMMENT_BLOCK}</td>
</tr>
<tr><td> </td></tr>
{/if}
More information about the vtigercrm-commits
mailing list