Merge branch 'QA_4_7'
This commit is contained in:
commit
cf7c622d6e
@ -24,6 +24,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #13130 Fixed handling of errors in AJAX requests
|
||||
- issue #13152 Fixed PHP error in case of invalid table preferences
|
||||
- issue #13154 Fixed PHP error on password change
|
||||
- issue Fix Refresh of Process List
|
||||
|
||||
4.7.0 (2017-03-28)
|
||||
- patch #12233 [Display] Improve message when renaming database to same name
|
||||
|
||||
@ -228,8 +228,8 @@ function PMA_getHtmlForProcessListFilter()
|
||||
$retval = '';
|
||||
$retval .= '<fieldset id="tableFilter">';
|
||||
$retval .= '<legend>' . __('Filters') . '</legend>';
|
||||
$retval .= '<form action="server_status_processes.php'
|
||||
. URL::getCommon($url_params) . '">';
|
||||
$retval .= '<form action="server_status_processes.php">';
|
||||
$retval .= URL::getHiddenInputs($url_params);
|
||||
$retval .= '<input type="submit" value="' . __('Refresh') . '" />';
|
||||
$retval .= '<div class="formelement">';
|
||||
$retval .= '<input' . $showExecuting . ' type="checkbox" name="showExecuting"'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user