add proper background under T in server process list
This commit is contained in:
@@ -54,11 +54,11 @@ $result = PMA_DBI_query($sql_query);
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<?php if (!PMA_DRIZZLE): ?>
|
<?php if (!PMA_DRIZZLE): ?>
|
||||||
<td><a href="<?php echo $full_text_link; ?>"
|
<th><a href="<?php echo $full_text_link; ?>"
|
||||||
title="<?php echo empty($full) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>">
|
title="<?php echo empty($full) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>">
|
||||||
<img src="<?php echo $pmaThemeImage . 's_' . (empty($_REQUEST['full']) ? 'full' : 'partial'); ?>text.png"
|
<img src="<?php echo $pmaThemeImage . 's_' . (empty($_REQUEST['full']) ? 'full' : 'partial'); ?>text.png"
|
||||||
alt="<?php echo empty($_REQUEST['full']) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>" />
|
alt="<?php echo empty($_REQUEST['full']) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>" />
|
||||||
</a></td>
|
</a></th>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<th></th>
|
<th></th>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
Reference in New Issue
Block a user