diff --git a/submitnews.php b/submitnews.php index f4969b977..92872fcd7 100644 --- a/submitnews.php +++ b/submitnews.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/submitnews.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:33:09 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2007-02-11 19:39:07 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ require_once("class2.php"); @@ -165,6 +165,10 @@ if ($pref['subnews_htmlarea']) require_once(e_HANDLER . "tiny_mce/wysiwyg.php"); echo wysiwyg("item"); } +else +{ +require_once(e_HANDLER."ren_help.php"); +} $insertjs = (!$pref['subnews_htmlarea'])?"rows='15' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this);'" : "rows='25' "; $text .= " @@ -172,8 +176,12 @@ $text .= " " . LAN_135 . " - - + "; +if (!$pref['subnews_htmlarea']) +{ + $text .= display_help("helpb", 'news'); +} +$text .= " \n"; if ($pref['subnews_attach'] && $pref['upload_enabled'] && check_class($pref['upload_class']) && FILE_UPLOADS) {