Changeset 735 for trunk/common
- Timestamp:
- 12/24/07 14:40:02 (13 months ago)
- Location:
- trunk/common
- Files:
-
- 2 modified
-
mvblog_admin.php (modified) (1 diff)
-
tinymce_conf.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/mvblog_admin.php
r724 r735 1296 1296 <script language="javascript" type="text/javascript"> 1297 1297 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", 1299 1299 themes : "advanced", 1300 1300 languages : "en", -
trunk/common/tinymce_conf.js
r475 r735 3 3 elements : "editor_area", 4 4 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", 6 6 theme_advanced_buttons1_add_before : "newdocument,separator", 7 7 theme_advanced_buttons1_add : "fontselect,fontsizeselect",
