From ed108c7bca3f9b613721826ecb18b3c13547f6ab Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 1 Sep 2004 20:10:39 +0000 Subject: [PATCH] fixed image upload problem --- docs/changelog/6.x.x.txt | 2 ++ www/extras/htmlArea/popups/insert_image.html | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 44a017b00..03f26cf97 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -92,6 +92,8 @@ - Changed navigation, page, macro, and rich editor templates to load more quickly. - upgrade.pl now deletes temporary files and template cache. + - Fixed a bug in the HTMLArea image manager that would not allow users to + upload files if the gateway script was not at /index.pl 6.1.1 diff --git a/www/extras/htmlArea/popups/insert_image.html b/www/extras/htmlArea/popups/insert_image.html index 27a305504..f321032d3 100644 --- a/www/extras/htmlArea/popups/insert_image.html +++ b/www/extras/htmlArea/popups/insert_image.html @@ -50,6 +50,7 @@ TD.thumbnail { font: 9pt 'MS Shell Dlg', Helvetica, sans-serif; width: 30em; } TD.upload { font: 9pt 'MS Shell Dlg', Helvetica, sans-serif; width: 37em; } +