[Vtigercrm-commits] [vtiger-commits] r3983 - in /vtigercrm/trunk/Smarty/templates: CreateView.tpl salesEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 02:26:15 EST 2006
Author: saraj
Date: Tue Feb 28 00:26:08 2006
New Revision: 3983
Log:
issue in Fckditor has been fixed
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 Tue Feb 28 00:26:08 2006
@@ -994,7 +994,6 @@
</tr>
</table>
</form>
-<script>
{if ($MODULE eq 'Emails' || 'Notes') and ($FCKEDITOR_DISPLAY eq 'true')}
<script type="text/javascript" src="include/fckeditor/fckeditor.js"></script>
@@ -1014,6 +1013,7 @@
</script>
{/if}
+<script>
Modified: vtigercrm/trunk/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/salesEditView.tpl Tue Feb 28 00:26:08 2006
@@ -535,11 +535,6 @@
</tr>
</table>
</form>
-<script>
-
- ScrollEffect.limit = 201;
- ScrollEffect.closelimit= 200;
-
{if ($MODULE eq 'Emails' || 'Notes') and ($FCKEDITOR_DISPLAY eq 'true')}
<script type="text/javascript" src="include/fckeditor/fckeditor.js"></script>
<script type="text/javascript" defer="1">
@@ -552,7 +547,13 @@
{/if}
oFCKeditor.BasePath = "include/fckeditor/" ;
oFCKeditor.ReplaceTextarea() ;
+ </script>
{/if}
+<script>
+
+ ScrollEffect.limit = 201;
+ ScrollEffect.closelimit= 200;
+
var fieldname = new Array({$VALIDATION_DATA_FIELDNAME})
More information about the vtigercrm-commits
mailing list