[freeside-commits] freeside/httemplate/elements htmlarea.html, 1.1.6.1, 1.1.6.2
Ivan,,,
ivan at wavetail.420.am
Tue Jul 13 04:09:56 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv1704/httemplate/elements
Modified Files:
Tag: FREESIDE_1_9_BRANCH
htmlarea.html
Log Message:
notices, RT#8324
Index: htmlarea.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/htmlarea.html,v
retrieving revision 1.1.6.1
retrieving revision 1.1.6.2
diff -u -w -d -r1.1.6.1 -r1.1.6.2
--- htmlarea.html 16 Mar 2010 08:37:25 -0000 1.1.6.1
+++ htmlarea.html 13 Jul 2010 11:09:54 -0000 1.1.6.2
@@ -22,6 +22,9 @@
oFCKeditor.BasePath = '<% $p %>elements/fckeditor/';
oFCKeditor.Config['SkinPath'] = '<% $p %>elements/fckeditor/editor/skins/silver/';
+% if ( $opt{'width'} ) {
+ oFCKeditor.Width = '<% $opt{'width'} %>';
+% }
oFCKeditor.Height = '<% $opt{'height'} || 420 %>';
oFCKeditor.Config['StartupFocus'] = true;
oFCKeditor.Config['EnterMode'] = 'br';
More information about the freeside-commits
mailing list