From 159815d8f51935af07ac09a6213c567fe8b9fc78 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Mon, 17 Aug 2015 03:54:16 +0530 Subject: [PATCH] Added Slider effect for Partitions div on Table structure page Signed-off-by: Deven Bansod --- templates/table/structure/display_structure.phtml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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, ) ); -} ?> + + +