From 1ac8f9ab484d40c4937eb8a65069dbd596b5bd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Sat, 12 Jan 2002 13:34:33 +0000 Subject: [PATCH] added for the submit button --- ChangeLog | 5 +++++ leftlight.php3 | 2 +- main.php3 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e41adb82d..5caa501cf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-01-12 Olivier Müller + * main.php3, leftlight.php3: added to hide the + "Go" submit button when the browser supports JS (ist that XHTML compliant?:) + (thx. JF ;) + 2002-01-11 Olivier Müller * lang/*: added $strSelectAll / $strUnselectAll, used in db_details.php3 * leftlight.php3, config.inc.php3, db_details.php3, index.php3, main.php3, diff --git a/leftlight.php3 b/leftlight.php3 index a81543138..2fa003e50 100755 --- a/leftlight.php3 +++ b/leftlight.php3 @@ -232,7 +232,7 @@ if ($num_dbs > 1) { } // end for $t (db list) echo ''; - echo ''; + echo ''; echo ''; if (!$table_list) { diff --git a/main.php3 b/main.php3 index 61614e387..59134c7fa 100755 --- a/main.php3 +++ b/main.php3 @@ -418,7 +418,7 @@ if (empty($cfgLang)) { } ?> - +