[Vtigercrm-commits] [vtiger-commits] r9702 - /vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 08:07:10 EDT 2006
Author: richie
Date: Thu Oct 26 06:07:06 2006
New Revision: 9702
Log:
changes made to fix the issue 2048 --Minnie
Modified:
vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl
Modified: vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/HomePage.tpl Thu Oct 26 06:07:06 2006
@@ -194,7 +194,7 @@
{foreach item=entries from=$ACTIVITIES.0.Entries}
<tr bgcolor="#FFFFCF">
<td style="border-bottom:1px dotted #dddddd;" align="right" width="20" valign=top>{$entries.IMAGE}</td>
- <td style="border-bottom:1px dotted #dddddd;" align="left" valign="middle" colspan="2" width="85%"><b>{$entries.0}</b><br />{$entries.ACCOUNT_NAME}</td>
+ <td style="border-bottom:1px dotted #dddddd;" align="left" valign="middle" colspan="2" width="85%"><b>{$entries.0}</b>{*<br />{$entries.ACCOUNT_NAME*}</td>
</tr>
{/foreach}
</table>
@@ -227,7 +227,7 @@
{foreach item=entries from=$ACTIVITIES.1.Entries}
<tr>
<td style="border-bottom:1px dotted #dddddd;" align="right" width="20">{$entries.IMAGE}</td>
- <td style="border-bottom:1px dotted #dddddd;" align="left" valign="middle" colspan="2" width="85%"><b class="style_Gray">{$entries.0}</b><br />{$entries.ACCOUNT_NAME}</td>
+ <td style="border-bottom:1px dotted #dddddd;" align="left" valign="middle" colspan="2" width="85%"><b class="style_Gray">{$entries.0}</b>{*<br />{$entries.ACCOUNT_NAME*}</td>
</tr>
{/foreach}
</table>
More information about the vtigercrm-commits
mailing list