From 20d1f48b43ab7d51a26b044dc435f425333fd1f8 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Sun, 16 Jun 2013 23:57:38 +0200 Subject: [PATCH] set some accesskeys /08-19.01.2011/ --- display.php | 2 +- sqledit.php | 4 ++-- tables.php | 6 +++--- views.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/display.php b/display.php index 4fed188f..7ff97909 100644 --- a/display.php +++ b/display.php @@ -150,7 +150,7 @@ echo "\n"; echo "\n"; echo "

"; - if (!$error) echo "\n"; + if (!$error) echo "\n"; echo "\n"; if($fksprops !== false) { diff --git a/sqledit.php b/sqledit.php index de1773bc..ac244821 100644 --- a/sqledit.php +++ b/sqledit.php @@ -119,8 +119,8 @@ htmlspecialchars($_SESSION['sqlquery']), "\n"; echo "

\n"; - echo "

\n"; - echo "

\n"; + echo "

\n"; + echo "

\n"; echo "\n"; // Default focus diff --git a/tables.php b/tables.php index c3aedfb1..a8aa397a 100644 --- a/tables.php +++ b/tables.php @@ -405,7 +405,7 @@ $attrs->moveNext(); } // Select all checkbox - echo ""; + echo ""; echo "\n"; } else echo "

{$lang['strinvalidparam']}

\n"; @@ -414,7 +414,7 @@ echo "\n"; echo "\n"; echo $misc->form; - echo "\n"; + echo "\n"; echo "

\n"; echo "\n"; } @@ -537,7 +537,7 @@ echo "\n"; echo "\n"; echo "

\n"; - echo "\n"; + echo "\n"; echo "\n"; if($fksprops !== false) { diff --git a/views.php b/views.php index 15afe46a..53307a2f 100644 --- a/views.php +++ b/views.php @@ -78,7 +78,7 @@ $attrs->moveNext(); } // Select all checkbox - echo ""; + echo ""; echo "\n"; } else echo "

{$lang['strinvalidparam']}

\n"; @@ -87,7 +87,7 @@ echo "\n"; echo "\n"; echo $misc->form; - echo "\n"; + echo "\n"; echo "

\n"; echo "\n"; } -- 2.39.5