[Vtigercrm-commits] [vtiger-commits] r10664 - /vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 12 11:25:48 EDT 2007
Author: saraj
Date: Thu Apr 12 09:25:43 2007
New Revision: 10664
Log:
Ui Issue on Detail view of Notes in IE - fixed . Fixes #3471
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl Thu Apr 12 09:25:43 2007
@@ -138,7 +138,7 @@
<!--{assign var="DESCRIPTION_SEPARATOR_STRING" value=" "} {* Separates Description *}-->
<!--{assign var="DESCRIPTION_WORDWRAP_WIDTH" value="70"} {* No. of chars for word wrapping long lines of Description *}-->
{if $MODULE eq 'Notes'}
- <td width="100%" colspan="3" class="dvtCellInfo" align="left">{$keyval|replace:"\n":"<br> "}
+ <td width="100%" colspan="3" class="dvtCellInfo" align="left">{$keyval|replace:"\n":"<br> "}
</td>
{else}
<td width="100%" colspan="3" class="dvtCellInfo" align="left" id="mouseArea_{$label}" onmouseover="hndMouseOver({$keyid},'{$label|escape:'quotes'}');" onmouseout="fnhide('crmspanid');"> <span id="dtlview_{$label}">
More information about the vtigercrm-commits
mailing list