From 07dffb75b661fb194c51f395361b06781bcc024c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 12 Jun 2005 09:14:01 +0000 Subject: [PATCH] visually bind the Add x fields dialog to its submit button --- ChangeLog | 4 ++++ tbl_properties.inc.php | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aceea6a4f..7d304a10e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-06-12 Marc Delisle + * tbl_properties.inc.php: visually bind the Add x fields dialog to its + submit button + 2005-06-11 Marc Delisle * tbl_properties_export.php: bug #1169791, exporting results from queries with limit keyword diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php index 521583928..6563df609 100644 --- a/tbl_properties.inc.php +++ b/tbl_properties.inc.php @@ -697,8 +697,11 @@ echo "\n"; ' . "\n"; echo ' ' . sprintf($strAddFields, '') . "\n"; - echo '  ' . "\n
\n
\n"; + echo '  ' . "\n"; + echo '' . "\n"; + echo "
\n"; } ?>