diff --git a/prefs_manage.php b/prefs_manage.php index 2227ffb17c..92da4f38f9 100644 --- a/prefs_manage.php +++ b/prefs_manage.php @@ -235,49 +235,54 @@ PMA_printJsValue("PMA_messages['strSavedOn']", __('Saved on: @DATE@'));
-

-
- - - - -
- - -
- - -
-
- -
-
- -
-
- display() ?> -
-
-
- display() ?> -
-
- - - -

- -
-
- ' . __('Import') . '' + . '
' + . PMA_Util::generateHiddenMaxFileSize($GLOBALS['max_upload_size']) + . PMA_URL_getHiddenInputs() + . '' + . '' + . '' + . '
' + . '' + . '' + . '
' + . '' + . '' + . '
' + . '
' + . __('Settings will be imported from your browser\'s local storage.') + . '
' + . '
' + . __('Saved on: @DATE@') + . '
' + . '
' + . PMA_Message::notice(__('You have no saved settings!'))->display() + . '
' + . '
' + . '
' + . PMA_Message::notice( + __('This feature is not supported by your web browser') + )->display() + . '
' + . '
' + . '' + . '' + . '

' + . '' + . '
' + . '
'; +if (file_exists('setup/index.php')) { // show only if setup script is available, allows to disable this message // by simply removing setup directory - ?> -
+ ?> +

-
+