[Rt-commit] r15881 - in rt/3.8/trunk: . etc
falcone at bestpractical.com
falcone at bestpractical.com
Tue Sep 9 17:00:46 EDT 2008
Author: falcone
Date: Tue Sep 9 17:00:41 2008
New Revision: 15881
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/etc/RT_Config.pm.in
rt/3.8/trunk/share/html/Elements/HeaderJavascript
Log:
r39579 at ketch: falcone | 2008-09-09 16:55:56 -0400
* fix a typo
Modified: rt/3.8/trunk/etc/RT_Config.pm.in
==============================================================================
--- rt/3.8/trunk/etc/RT_Config.pm.in (original)
+++ rt/3.8/trunk/etc/RT_Config.pm.in Tue Sep 9 17:00:41 2008
@@ -849,7 +849,7 @@
=cut
-Set($MessageBoxRightTextHeight, 200);
+Set($MessageBoxRichTextHeight, 200);
=item C<$MessageBoxIncludeSignature>
Modified: rt/3.8/trunk/share/html/Elements/HeaderJavascript
==============================================================================
--- rt/3.8/trunk/share/html/Elements/HeaderJavascript (original)
+++ rt/3.8/trunk/share/html/Elements/HeaderJavascript Tue Sep 9 17:00:41 2008
@@ -104,7 +104,7 @@
typeField.setAttribute('value', 'text/html');
textArea.parentNode.appendChild(typeField);
- var oFCKeditor = new FCKeditor( textArea.name, '100%', <% RT->Config->Get('MessageBoxRightTextHeight') %> );
+ var oFCKeditor = new FCKeditor( textArea.name, '100%', <% RT->Config->Get('MessageBoxRichTextHeight') %> );
oFCKeditor.BasePath = "<%RT->Config->Get('WebPath')%>/NoAuth/RichText/";
oFCKeditor.ReplaceTextarea();
}
More information about the Rt-commit
mailing list