openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4bd38e63527165c2e278a6ac41344f42ae7a234f
parent 655368866df590e423b652e92222d842b377a437
Author: dankert <devnull@localhost>
Date:   Thu,  6 Mar 2008 22:11:30 +0100

FCKEditor darf keine Smileys einf?gen.

Diffstat:
editor/openrat-fckconfig.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editor/openrat-fckconfig.js b/editor/openrat-fckconfig.js @@ -9,7 +9,7 @@ FCKConfig.ToolbarSets["Default"] = [ ['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], - ['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'], + ['Image','Flash','Table','Rule','SpecialChar','PageBreak'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'],