Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
6edbf61c22
@ -245,7 +245,7 @@ function PMA_getHtmlForProcessListFilter()
|
||||
$retval = '';
|
||||
$retval .= '<fieldset id="tableFilter">';
|
||||
$retval .= '<legend>' . __('Filters') . '</legend>';
|
||||
$retval .= '<form action="server_status_processes.php?' . PMA_URL_getCommon($url_params) . '">';
|
||||
$retval .= '<form action="server_status_processes.php' . PMA_URL_getCommon($url_params) . '">';
|
||||
$retval .= '<input type="submit" value="' . __('Refresh') . '" />';
|
||||
$retval .= '<div class="formelement">';
|
||||
$retval .= '<input' . $showExecuting . ' type="checkbox" name="showExecuting" id="showExecuting" />';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user