From c6db1f9a5073f1bb7a775c64f1fa5bd90f22dc72 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Sun, 13 Aug 2017 06:23:31 +0530 Subject: [PATCH 1/2] Optimize table link should not be visible in print page Fix #13579 Signed-off-by: Deven Bansod --- templates/table/structure/display_table_stats.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/table/structure/display_table_stats.phtml b/templates/table/structure/display_table_stats.phtml index 245aa0a87d..e8e8710999 100644 --- a/templates/table/structure/display_table_stats.phtml +++ b/templates/table/structure/display_table_stats.phtml @@ -53,7 +53,7 @@ || $tbl_storage_engine == 'ARIA' || $tbl_storage_engine == 'MARIA' || $tbl_storage_engine == 'BDB')): ?> - + From 3c4ec46b0e0b5d8fb651f88d601b7dc09b621565 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Sun, 13 Aug 2017 06:24:48 +0530 Subject: [PATCH 2/2] ChangeLog for #13579 Signed-off-by: Deven Bansod --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 88794a4759..d890873893 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog - issue #13550 Fixed copy results to clipboard - issue #13562 Add limitation for user group length - issue #13561 Fixed edit variable link in advisor +- issue #13579 Optimize table link should not be visible in print page 4.7.3 (2017-07-20) - issue #13447 Large multi-line query removes Export operation and blanks query box options