getDisplay(); $retval = $notice . '
' . __('Processes') . ' | '; foreach ($sortable_columns as $column) { $is_sorted = ! empty($_REQUEST['order_by_field']) && ! empty($_REQUEST['sort_order']) && ($_REQUEST['order_by_field'] == $column['order_by_field']); $column['sort_order'] = 'ASC'; if ($is_sorted && $_REQUEST['sort_order'] === 'ASC') { $column['sort_order'] = 'DESC'; } if (isset($_REQUEST['showExecuting'])) { $column['showExecuting'] = 'on'; } $retval .= ''; $columnUrl = PMA_URL_getCommon($column); $retval .= ''; $retval .= ' '; } $retval .= ''; if (0 === --$sortableColCount) { $retval .= ''; if ($show_full_sql) { $retval .= Util::getImage( 's_partialtext.png', __('Truncate Shown Queries') ); } else { $retval .= Util::getImage( 's_fulltext.png', __('Show Full Queries') ); } $retval .= ''; } $retval .= ' | '; } $retval .= '
---|