[Vtigercrm-commits] [vtiger-commits] r4989 - in /vtigercrm/trunk/Smarty/templates: CreateView.tpl salesEditView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 7 04:52:31 EDT 2006


Author: don
Date: Fri Apr  7 02:52:23 2006
New Revision: 4989

Log:
fckeditor removed for Email module as ir has some issues 

Modified:
    vtigercrm/trunk/Smarty/templates/CreateView.tpl
    vtigercrm/trunk/Smarty/templates/salesEditView.tpl

Modified: vtigercrm/trunk/Smarty/templates/CreateView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateView.tpl Fri Apr  7 02:52:23 2006
@@ -1037,9 +1037,6 @@
 
        var oFCKeditor = null;
 
-       {if $MODULE eq 'Emails'}
-               oFCKeditor = new FCKeditor( "description" ) ;
-       {/if}
        {if $MODULE eq 'Notes'}
                oFCKeditor = new FCKeditor( "notecontent" ) ;
        {/if}

Modified: vtigercrm/trunk/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/salesEditView.tpl Fri Apr  7 02:52:23 2006
@@ -656,9 +656,6 @@
      <script type="text/javascript" src="include/fckeditor/fckeditor.js"></script>
 	 <script type="text/javascript" defer="1">
      var oFCKeditor = null;
-	 {if $MODULE eq 'Emails'}
-          oFCKeditor = new FCKeditor( "description" ) ;
-     {/if}
 	 {if $MODULE eq 'Notes'}
 	          oFCKeditor = new FCKeditor( "notecontent" ) ;
 	 {/if}





More information about the vtigercrm-commits mailing list