Another place where dimensions should not be exactly stated
This commit is contained in:
@@ -47,7 +47,7 @@ $result = PMA_DBI_query($sql_query);
|
||||
<tr><td><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"
|
||||
width="50" height="20" 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>
|
||||
<th><?php echo __('ID'); ?></th>
|
||||
<th><?php echo __('User'); ?></th>
|
||||
|
Reference in New Issue
Block a user