Changeset 735 for trunk/common

Show
Ignore:
Timestamp:
12/24/07 14:40:02 (13 months ago)
Author:
michiel
Message:

new tinymce release.

Location:
trunk/common
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/mvblog_admin.php

    r724 r735  
    12961296                <script language="javascript" type="text/javascript"> 
    12971297                tinyMCE_GZ.init({ 
    1298                         plugins    : "spellchecker,autosave,inlinepopups,table,advhr,advimage,advlink,flash,paste,noneditable,contextmenu", 
     1298                        plugins    : "spellchecker,inlinepopups,table,advhr,advimage,advlink,flash,paste,noneditable,contextmenu", 
    12991299                        themes     : "advanced", 
    13001300                        languages  : "en", 
  • trunk/common/tinymce_conf.js

    r475 r735  
    33        elements                           : "editor_area", 
    44        theme                              : "advanced", 
    5         plugins                            : "spellchecker,autosave,inlinepopups,table,advhr,advimage,advlink,flash,paste,noneditable,contextmenu", 
     5        plugins                            : "spellchecker,inlinepopups,table,advhr,advimage,advlink,flash,paste,noneditable,contextmenu", 
    66        theme_advanced_buttons1_add_before : "newdocument,separator", 
    77        theme_advanced_buttons1_add        : "fontselect,fontsizeselect",