VisibleToAdminUser()) { $this->ShowErrors($this->Lang("accessdenied")); return; } $testcontent=$this->Lang("testareatext"); echo "\n
\n"; echo $this->CreateFormStart($id,"defaultadmin"); echo $this->CreateInputHidden($id,"tab","testarea"); if (isset($params["testarea"])) { $testcontent=$params["testarea"]; echo "
"; echo "".$this->Lang("testareaoutput").""; echo $params["testarea"]; echo "
"; echo "
"; echo "".$this->Lang("testareaoutputsource").""; echo nl2br(htmlspecialchars($params["testarea"])); echo "
"; } echo "
"; echo "".$this->Lang("testareaeditor").""; echo $this->CreateTextArea(true,$id,$testcontent,"testarea","","","","",80,15,"TinyMCE"); echo "
"; echo $this->CreateInputSubmit($id,"submit",$this->Lang("showtestingoutput")); echo $this->CreateFormEnd(); echo "
"; echo "
\n"; ?>