diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 2c618e67..9eed7040 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -73,7 +73,7 @@ class Adminer { */ function selectLinks($tableStatus, $set = "") { $TABLE = $tableStatus["Name"]; - echo '

' . lang('Select table') . ''; + echo '

' . lang('Select table') . ''; echo ' ' . lang('Table structure') . ''; if (isset($tableStatus["Rows"])) { echo ' ' . lang('Alter table') . ''; @@ -471,7 +471,7 @@ class Adminer { $databases = get_databases(); ?>

-

+

"> "> diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 1d60eea1..e39ca08b 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -252,7 +252,7 @@ if (!$columns) { flush(); $found_rows = $connection->result($connection->query("SELECT COUNT(*) FROM " . idf_escape($TABLE) . ($where ? " WHERE " . implode(" AND ", $where) : ""))); } - echo "

"; + echo "

"; if (intval($limit) && $found_rows > $limit) { // display first, previous 3, next 3 and last page $max_page = floor(($found_rows - 1) / $limit); diff --git a/editor/include/adminer.inc.php b/editor/include/adminer.inc.php index b5597f21..093c6aa6 100644 --- a/editor/include/adminer.inc.php +++ b/editor/include/adminer.inc.php @@ -43,7 +43,7 @@ class Adminer { function selectLinks($tableStatus, $set = "") { $TABLE = $tableStatus["Name"]; if (isset($set)) { - echo '

' . lang('New item') . "\n"; + echo '

' . lang('New item') . "\n"; } } @@ -433,7 +433,7 @@ ORDER BY ORDINAL_POSITION"); if ($missing != "auth") { ?> -

+

">

diff --git a/todo.txt b/todo.txt index 9d9d3342..d289c27c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,3 @@ -Add whisperer to fields with foreign key -Highlight found fields MySQL 5 BIT data type Transactions in export Create view and routine options @@ -19,3 +17,4 @@ Editor: JavaScript data validation - columns containing word email, url, ... Joining tables - PRIMARY KEY (table, joining) Rank, Tree structure +Add whisperer to fields with foreign key to big table