Merge pull request #1790 from devenbansod/701C

Improve Print View output by removing #prefs_autoload.
This commit is contained in:
Isaac Bennetch 2015-07-14 21:50:14 -04:00
commit 62547b127e

View File

@ -278,7 +278,7 @@ function PMA_userprefsAutoloadGetHeader()
$script_name . '?' . http_build_query($_GET, '', '&')
);
$retval .= '<div id="prefs_autoload" class="notice" style="display:none">';
$retval .= '<div id="prefs_autoload" class="notice print_ignore" style="display:none">';
$retval .= '<form action="prefs_manage.php" method="post" class="disableAjax">';
$retval .= PMA_URL_getHiddenInputs();
$retval .= '<input type="hidden" name="json" value="" />';