From bcfd89e6f6819ac832532e13613f46ab33aac373 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 23 Jun 2005 00:10:03 +0000 Subject: [PATCH] Fix htmlarea windows on the adminAppQueue page --- admin/adminAppQueue.php | 6 +++--- htmlarea/htmlarea_loader.js | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index f8d05d3..74b56ad 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -147,7 +147,7 @@ if ($_REQUEST['sub']) echo '',"\n"; echo 'Description',"\n"; - echo '

',"\n"; + echo '

',"\n"; echo 'email Text',"\n"; echo '',"\n"; @@ -252,7 +252,7 @@ if ($_REQUEST['sub']) // application desc echo 'Application Description',"\n"; - echo '

',"\n"; + echo '

',"\n"; // version name echo 'Version name',"\n"; @@ -260,7 +260,7 @@ if ($_REQUEST['sub']) // version description echo 'Version Description',"\n"; - echo '

',"\n"; + echo '

',"\n"; echo 'email Text',"\n"; diff --git a/htmlarea/htmlarea_loader.js b/htmlarea/htmlarea_loader.js index 31d2c1f..125df90 100644 --- a/htmlarea/htmlarea_loader.js +++ b/htmlarea/htmlarea_loader.js @@ -17,6 +17,8 @@ function initDocument() { editor.config.pageStyle = "@import url(../application.css);"; editor.registerPlugin(DynamicCSS); editor.generate(); + + HTMLArea.replace("editor2", config); } onload = function() {