Merge pull request #1790 from devenbansod/701C
Improve Print View output by removing #prefs_autoload.
This commit is contained in:
commit
62547b127e
@ -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="" />';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user