add proper background under T in server process list

This commit is contained in:
Piotr Przybylski
2011-04-16 21:28:35 +02:00
parent 10867bb1fc
commit ca44f4cc3b

View File

@@ -54,11 +54,11 @@ $result = PMA_DBI_query($sql_query);
<thead>
<tr>
<?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'); ?>">
<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'); ?>" />
</a></td>
</a></th>
<?php else: ?>
<th></th>
<?php endif; ?>