mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 09:20:28 +02:00
Bug #3889 - removed exlcluded plugin from being loaded in Wysiwyg.
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
| e107 website system - Tiny MCE controller file.
|
| e107 website system - Tiny MCE controller file.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-02-21 20:30:12 $
|
| $Date: 2007-04-12 23:37:21 $
|
||||||
| $Author: e107steved $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ $text .= ",plugins : 'table,contextmenu";
|
|||||||
|
|
||||||
$text .= ($pref['smiley_activate']) ? ",emoticons" : "";
|
$text .= ($pref['smiley_activate']) ? ",emoticons" : "";
|
||||||
$text .= (ADMIN) ? ",ibrowser" : ",image";
|
$text .= (ADMIN) ? ",ibrowser" : ",image";
|
||||||
$text .= ",iespell,zoom,media,forecolor";
|
$text .= ",iespell,zoom,media";
|
||||||
$text .= "'\n"; // end of plugins list.
|
$text .= "'\n"; // end of plugins list.
|
||||||
|
|
||||||
$text .= ",theme_advanced_buttons1 : 'fontsizeselect,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent, indent,separator, forecolor,cut,copy,paste'";
|
$text .= ",theme_advanced_buttons1 : 'fontsizeselect,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent, indent,separator, forecolor,cut,copy,paste'";
|
||||||
|
Reference in New Issue
Block a user