From c6db1f9a5073f1bb7a775c64f1fa5bd90f22dc72 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Sun, 13 Aug 2017 06:23:31 +0530 Subject: [PATCH 1/3] 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/3] 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 From 541525cf41b556c12f3d33c28935fe4962a4c220 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Sun, 13 Aug 2017 06:30:04 +0530 Subject: [PATCH 3/3] Remove unnecessarily file, added in merge Signed-off-by: Deven Bansod --- .../table/structure/display_table_stats.phtml | 80 ------------------- 1 file changed, 80 deletions(-) delete mode 100644 templates/table/structure/display_table_stats.phtml diff --git a/templates/table/structure/display_table_stats.phtml b/templates/table/structure/display_table_stats.phtml deleted file mode 100644 index e8e8710999..0000000000 --- a/templates/table/structure/display_table_stats.phtml +++ /dev/null @@ -1,80 +0,0 @@ -
-
- - -

- -

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - render( - array( - 'showtable' => $showtable, - 'tbl_collation' => $tbl_collation, - 'is_innodb' => $is_innodb, - 'mergetable' => $mergetable, - 'avg_size' => (isset ($avg_size) ? $avg_size : ''), - 'avg_unit' => (isset ($avg_unit) ? $avg_unit : '') - ) - ) - ?> -
-