Another place where dimensions should not be exactly stated

This commit is contained in:
Michal Čihař
2011-02-03 13:21:16 +01:00
parent 48d3e6850a
commit d15c37ba1b

View File

@@ -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>