mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
TinyMce changes. - no longer need to declare the ID of the textarea element. Just include the class e-wysiwyg. eg. <textarea class='e-wysiwyg tbox' ..... />
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/admin_content_config.php,v $
|
||||
| $Revision: 1.7 $
|
||||
| $Date: 2008-12-29 20:53:24 $
|
||||
| $Author: lisa_ $
|
||||
| $Revision: 1.8 $
|
||||
| $Date: 2009-07-14 11:05:53 $
|
||||
| $Author: e107coders $
|
||||
+---------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -22,7 +22,7 @@ require_once("../../class2.php");
|
||||
|
||||
if(!getperms("P")){header("location:".e_BASE."index.php"); exit; }
|
||||
$e_sub_cat = 'content';
|
||||
$e_wysiwyg = "content_text,cat_text";
|
||||
|
||||
$plugindir = e_PLUGIN."content/";
|
||||
require_once($plugindir."content_shortcodes.php");
|
||||
|
||||
|
@@ -12,9 +12,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/content_manager.php,v $
|
||||
| $Revision: 1.8 $
|
||||
| $Date: 2008-10-07 19:22:20 $
|
||||
| $Author: e107steved $
|
||||
| $Revision: 1.9 $
|
||||
| $Date: 2009-07-14 11:05:53 $
|
||||
| $Author: e107coders $
|
||||
+---------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -63,8 +63,6 @@ if (!USER)
|
||||
// define e_pagetitle
|
||||
$aa -> setPageTitle();
|
||||
|
||||
//these have to be set for the tinymce wysiwyg
|
||||
$e_wysiwyg = "content_text";
|
||||
|
||||
// ##### DB ---------------------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user