Merge pull request #11402 from devenbansod/add_slider_to_partitions_div

Added Slider effect for Partitions div on Table structure page
This commit is contained in:
Marc Delisle 2015-08-16 15:03:40 -04:00
commit 476774a5ff

View File

@ -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,
)
);
}
?>
<!-- For closing Slider effect div-->
</div>
<?php } ?>
<!--Displays Space usage and row statistics-->
<?php if ($GLOBALS['cfg']['ShowStats']): ?>