diff --git a/ChangeLog b/ChangeLog index 11152de6b7..b4ac7428ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,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 diff --git a/templates/table/structure/display_table_stats.phtml b/templates/table/structure/display_table_stats.phtml new file mode 100644 index 0000000000..e8e8710999 --- /dev/null +++ b/templates/table/structure/display_table_stats.phtml @@ -0,0 +1,80 @@ +
+
+ + +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 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 : '') + ) + ) + ?> +
+
diff --git a/templates/table/structure/display_table_stats.twig b/templates/table/structure/display_table_stats.twig index 05acb04e72..f382c3b1c6 100644 --- a/templates/table/structure/display_table_stats.twig +++ b/templates/table/structure/display_table_stats.twig @@ -54,7 +54,7 @@ or tbl_storage_engine == 'ARIA' or tbl_storage_engine == 'MARIA' or tbl_storage_engine == 'BDB') %} - +