diff --git a/templates/table/structure/display_structure.phtml b/templates/table/structure/display_structure.phtml index 533fc94422..da9a5c1d86 100644 --- a/templates/table/structure/display_structure.phtml +++ b/templates/table/structure/display_structure.phtml @@ -185,6 +185,10 @@ if (! is_null($partition_names[0])) { 'DROP' => PMA_Util::getIcon('b_drop.png', __('Drop')) ); + echo PMA_Util::getDivForSliderEffect( + 'partitions', __('Partitions') + ); + echo PMA\Template::get('table/structure/display_partitions')->render( array( 'table' => $table, @@ -199,8 +203,10 @@ if (! is_null($partition_names[0])) { 'actionIcons' => $actionIcons, ) ); -} ?> + + +