Switch from using htmlarea to using xinha. Clean up the use of the editor plugin
This commit is contained in:
@@ -39,11 +39,8 @@ if($_REQUEST['sub'] == "Submit")
|
||||
}
|
||||
else if($_REQUEST['sub'] == 'Preview' OR empty($_REQUEST['submit']))
|
||||
{
|
||||
?>
|
||||
<link rel="stylesheet" href="./application.css" type="text/css">
|
||||
<!-- load HTMLArea -->
|
||||
<script type="text/javascript" src="../htmlarea/htmlarea_loader.js"></script>
|
||||
<?php
|
||||
HtmlAreaLoaderScript(array("editor"));
|
||||
|
||||
apidb_header("Add Application Note");
|
||||
|
||||
echo "<form method=post action='addAppNote.php'>\n";
|
||||
|
||||
Reference in New Issue
Block a user