mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Display comment in table overview
This commit is contained in:
@@ -8,6 +8,10 @@ $table_status = ($fields ? table_status($TABLE) : array());
|
|||||||
|
|
||||||
page_header(($fields && is_view($table_status) ? lang('View') : lang('Table')) . ": " . h($TABLE), $error);
|
page_header(($fields && is_view($table_status) ? lang('View') : lang('Table')) . ": " . h($TABLE), $error);
|
||||||
$adminer->selectLinks($table_status);
|
$adminer->selectLinks($table_status);
|
||||||
|
$comment = $table_status["Comment"];
|
||||||
|
if ($comment != "") {
|
||||||
|
echo "<p>" . lang('Comment') . ": " . h($comment) . "\n";
|
||||||
|
}
|
||||||
|
|
||||||
if ($fields) {
|
if ($fields) {
|
||||||
echo "<table cellspacing='0'>\n";
|
echo "<table cellspacing='0'>\n";
|
||||||
|
@@ -15,7 +15,8 @@ Disable spellchecking in SQL textareas
|
|||||||
Display auto_increment value of inserted item
|
Display auto_increment value of inserted item
|
||||||
Allow disabling auto_increment value export
|
Allow disabling auto_increment value export
|
||||||
Prefill auto_increment column name
|
Prefill auto_increment column name
|
||||||
Ability to jump to any page by JavaScript
|
Ability to jump to any page in select by JavaScript
|
||||||
|
Display comment in table overview
|
||||||
Link last page above data in select
|
Link last page above data in select
|
||||||
Link table names in SQL queries
|
Link table names in SQL queries
|
||||||
Japanese translation
|
Japanese translation
|
||||||
|
Reference in New Issue
Block a user