diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 8a198101a..dbdf44373 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2344,6 +2344,9 @@ function PMA_generate_html_dropdown($select_name, $choices, $active_choice) /** * Generates a slider effect (Mootools) + * Takes care of generating the initial
and the link + * controlling the slider; you have to generate the
yourself + * after the sliding section. * * @uses $GLOBALS['cfg']['InitialSlidersState'] * @param string $id the id of the
on which to apply the effect