[freeside-commits] freeside/httemplate/elements htmlarea.html, 1.1, 1.1.6.1

Mark Wells mark at wavetail.420.am
Tue Mar 16 01:37:27 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv24901/elements

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	htmlarea.html 
Log Message:
RT#6226: fckeditor for customer notes

Index: htmlarea.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/htmlarea.html,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -w -d -r1.1 -r1.1.6.1
--- htmlarea.html	17 Jun 2008 03:35:56 -0000	1.1
+++ htmlarea.html	16 Mar 2010 08:37:25 -0000	1.1.6.1
@@ -24,6 +24,7 @@
   oFCKeditor.Config['SkinPath'] = '<% $p %>elements/fckeditor/editor/skins/silver/';
   oFCKeditor.Height = '<% $opt{'height'} || 420 %>';
   oFCKeditor.Config['StartupFocus'] = true;
+  oFCKeditor.Config['EnterMode'] = 'br';
 
   oFCKeditor.Create();
 



More information about the freeside-commits mailing list