diff --git a/appsubmit.php b/appsubmit.php index aea6195..c372976 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -115,13 +115,15 @@ function initDocument() { // var editor = new HTMLArea("editor",config); // editor.registerPlugin(DynamicCSS); +// if($_REQUEST['apptype'] == 1) // we have two editors, one for application and one for version. +//{ +?> var editor2 = new HTMLArea("editor2",config); editor2.generate(); editor2.registerPlugin(DynamicCSS); +//} +?> // FIXME: when both editors and stylesheets are used, sometimes one of the editor is readonly under gecko // editor.generate(); } @@ -182,7 +184,7 @@ onload = function() { echo html_frame_start("New Application Form",400,"",0); echo "
| Application name | ',"\n"; - echo '',"\n"; echo ' |
| Version name | ',"\n"; echo '|
| Version name | ',"\n"; - echo '',"\n"; echo ' |
| Version description | ',"\n"; - echo '',"\n"; echo ' |
| ',"\n"; echo ' | |