[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-110-g1184796

Kevin Falcone falcone at bestpractical.com
Fri Jan 29 20:35:36 EST 2010


The branch, 3.8-trunk has been updated
       via  1184796936893d69a04400b819e0756eeec25d55 (commit)
      from  6c7085a09b1fe175ae84f504b698e6b69941f63d (commit)

Summary of changes:
 share/html/Elements/HeaderJavascript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 1184796936893d69a04400b819e0756eeec25d55
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Jan 29 18:13:35 2010 -0500

    Honor a user's MessageBoxRichTextHeight setting
    
    Reported by Robert Grasso

diff --git a/share/html/Elements/HeaderJavascript b/share/html/Elements/HeaderJavascript
index 6ee88a1..c4eb175 100644
--- a/share/html/Elements/HeaderJavascript
+++ b/share/html/Elements/HeaderJavascript
@@ -111,7 +111,7 @@ $onload => undef
                 typeField.setAttribute('value', 'text/html');
                 textArea.parentNode.appendChild(typeField);
 
-                var oFCKeditor = new FCKeditor( textArea.name, '100%', <% RT->Config->Get('MessageBoxRichTextHeight') %> );
+                var oFCKeditor = new FCKeditor( textArea.name, '100%', <% RT->Config->Get('MessageBoxRichTextHeight', $session{CurrentUser} ) %> );
                 oFCKeditor.BasePath = "<%RT->Config->Get('WebPath')%>/NoAuth/RichText/";
                 oFCKeditor.ReplaceTextarea();
             }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list