From f11509d5b577d30a7776600c0e9c47b5433b50f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 14:52:56 +0100 Subject: [PATCH] Add table caption and move documentation link there. Otherwise the separate documentation link looks little strange. --- libraries/tbl_properties.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index c6446ea3f..4bc1029af 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -631,6 +631,8 @@ if (is_array($content_cells) && is_array($header_cells)) { //$empty_row = array_pop($content_cells); echo ''; + echo ''; + if ($display_type == 'horizontal') { ?> @@ -787,8 +789,6 @@ if ($action == 'tbl_create.php') { -
-

' . __('Structure') . PMA_showMySQLDocu('SQL-Syntax', 'CREATE_TABLE') . '