From f961825edc66586f95c38ebaed665832c1bdc607 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 29 May 2003 14:07:37 +0000 Subject: [PATCH] Frame resizing and Bug #744947 --- ChangeLog | 7 +++++++ footer.inc.php3 | 10 ++++++++-- index.php3 | 6 +++--- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b3c19703..8004949b7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,13 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-05-29 Garvin Hicking + * index.php3: Add frameborder to allow resizing. Introduces a 1px + bar, but cannot be solved. Note that this is only neccessary + for Mozilla, IE5/6 allow resizing with a "0" frameborder + * footer.inc.php3: Only update queryframes DB/Table info when + no error happened in a query. + 2003-05-28 Alexander M. Turek * translators.html: Typo. diff --git a/footer.inc.php3 b/footer.inc.php3 index d93359143..37573fc4a 100755 --- a/footer.inc.php3 +++ b/footer.inc.php3 @@ -23,11 +23,17 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) { } ?> + if (top.frames.queryframe && top.frames.queryframe.document && top.frames.queryframe.document.queryframeform) { top.frames.queryframe.document.queryframeform.db.value = ""; top.frames.queryframe.document.queryframeform.table.value = ""; } - + + function reload_querywindow () { if (top.frames.queryframe && top.frames.queryframe.querywindow && !top.frames.queryframe.querywindow.closed && top.frames.queryframe.querywindow.location) { Query Window can be updated.
");' : ''); ?> @@ -136,4 +142,4 @@ if (isset($GLOBALS['cfg']['OBGzip']) && $GLOBALS['cfg']['OBGzip'] PMA_outBufferPost($GLOBALS['ob_mode']); } -?> \ No newline at end of file +?> diff --git a/index.php3 b/index.php3 index 43c740c86..6aee2ffda 100755 --- a/index.php3 +++ b/index.php3 @@ -69,7 +69,7 @@ if ($cfg['QueryFrame']) { if ($cfg['QueryFrameJS']) { echo '