Switch from using htmlarea to using xinha. Clean up the use of the editor plugin

This commit is contained in:
Chris Morgan
2005-09-30 02:48:33 +00:00
committed by WineHQ
parent 9242a68c4a
commit 0aa7f26249
8 changed files with 239 additions and 89 deletions

View File

@@ -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";