[Vtigercrm-commits] [vtiger-commits] r9704 - /vtigercrm/branches/5.0.2/Smarty/templates/DetailViewUI.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 08:15:16 EDT 2006


Author: richie
Date: Thu Oct 26 06:15:11 2006
New Revision: 9704

Log:
changes made to fix the issue 2272  --Minnie

Modified:
    vtigercrm/branches/5.0.2/Smarty/templates/DetailViewUI.tpl

Modified: vtigercrm/branches/5.0.2/Smarty/templates/DetailViewUI.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/DetailViewUI.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/DetailViewUI.tpl Thu Oct 26 06:15:11 2006
@@ -131,10 +131,10 @@
 						{if $label eq $MOD.LBL_ADD_COMMENT}
 							{assign var=keyval value=''}
 						{/if}
-							{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 *}
+							<!--{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 *}-->
                                                   <td width=25% class="dvtCellInfo" align="left" id="mouseArea_{$label}" onmouseover="hndMouseOver({$keyid},'{$label}');" onmouseout="fnhide('crmspanid');">&nbsp;<span id="dtlview_{$label}">
-							{$keyval|replace:$DESCRIPTION_SEPARATOR_STRING:"\x1"|replace:" ":"\x0"|replace:"\x1":$DESCRIPTION_SEPARATOR_STRING|wordwrap:$DESCRIPTION_WORDWRAP_WIDTH:"<br>&nbsp;"|replace:"\x0":"&nbsp;"}
+							{$keyval}<!--|replace:$DESCRIPTION_SEPARATOR_STRING:"\x1"|replace:" ":"\x0"|replace:"\x1":$DESCRIPTION_SEPARATOR_STRING|wordwrap:$DESCRIPTION_WORDWRAP_WIDTH:"<br>&nbsp;"|replace:"\x0":"&nbsp;"}-->
 							</span>
                                               		<div id="editarea_{$label}" style="display:none;">
                                               		  <textarea id="txtbox_{$label}" name="{$keyfldname}"  class=detailedViewTextBox onFocus="this.className='detailedViewTextBoxOn'"onBlur="this.className='detailedViewTextBox'" cols="90" rows="8">{$keyval}</textarea>                                            		  





More information about the vtigercrm-commits mailing list