no need for extra div, but the link must be added before the slide effect is added (which adds additional slide-div around the object which would result the link be added inside the slide-div)

This commit is contained in:
Sebastian Mendel
2008-01-29 10:58:39 +00:00
parent 43d3dcf006
commit f1f5f71243
4 changed files with 7 additions and 10 deletions

View File

@@ -537,7 +537,6 @@ echo "\n\n";
* Displays indexes
*/
PMA_generate_slider_effect('tablestatistics', $strDetails);
echo '<div id="tablestatistics_anchor"></div>';
echo '<div id="tablestatistics">' . "\n";
if (! $tbl_is_view && ! $db_is_information_schema) {
define('PMA_IDX_INCLUDED', 1);