[freeside-commits] freeside/httemplate/elements htmlarea.html, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Tue Jul 13 04:09:40 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv1639/httemplate/elements
Modified Files:
htmlarea.html
Log Message:
notices, RT#8324
Index: htmlarea.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/htmlarea.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- htmlarea.html 16 Mar 2010 02:53:04 -0000 1.2
+++ htmlarea.html 13 Jul 2010 11:09:38 -0000 1.3
@@ -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