[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
- Previous message: [freeside-commits] freeside/httemplate/view/cust_main notes.html, 1.8, 1.8.4.1
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.198, 1.199 cust_bill.pm, 1.278, 1.279 cust_main.pm, 1.498, 1.499 cust_pkg.pm, 1.158, 1.159 part_pkg.pm, 1.101, 1.102
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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();
- Previous message: [freeside-commits] freeside/httemplate/view/cust_main notes.html, 1.8, 1.8.4.1
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.198, 1.199 cust_bill.pm, 1.278, 1.279 cust_main.pm, 1.498, 1.499 cust_pkg.pm, 1.158, 1.159 part_pkg.pm, 1.101, 1.102
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list