diff --git a/ChangeLog b/ChangeLog index 3624328ad..d7219b7b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,7 +35,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + patch #1847534 [interface] New "Inside field" in db search, thanks to obiserver + [GUI] Mootools js library (http://mootools.net) and new parameter - $cfg['InitialSlidersStatus'] + $cfg['InitialSlidersState'] * [core] cache some MySQL stats (do not query them with every page request) + [view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION diff --git a/Documentation.html b/Documentation.html index f8be520da..5f8e3e123 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1876,7 +1876,7 @@ $cfg['TrustedProxies'] = t1, t2, t10). Currently implemented in the left panel (Light mode) and in Database view, for the table list. -
$cfg['InitialSlidersStatus'] string
+
$cfg['InitialSlidersState'] string
If set to 'closed', the visual sliders are initially in a closed state. A value of 'open' does the reverse.
diff --git a/libraries/common.lib.php b/libraries/common.lib.php index ed50e79fc..c8db52c05 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2318,7 +2318,7 @@ function PMA_generate_html_radio($html_field_name, $choices, $checked_choice = ' /** * Generates a slider effect (Mootools) * - * @uses $GLOBALS['cfg']['InitialSlidersStatus'] + * @uses $GLOBALS['cfg']['InitialSlidersState'] * @param string $id the id of the
on which to apply the effect * @param string $message the message to show as a link */ @@ -2342,7 +2342,7 @@ window.addEvent('domready', function(){ var mySlide = new Fx.Slide(''); mySlide.hide();