first group of headers was offset by one column to the left

This commit is contained in:
Marc Delisle
2003-11-19 21:23:34 +00:00
parent 22e9310faa
commit e37bf199ae
2 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-11-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: first group of headers was offset by
one column to the left
2003-11-19 Michal Cihar <nijel@users.sourceforge.net>
* lang/catalan: Updated, thanks to Xavier Navarro (xavin).
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).

View File

@@ -605,8 +605,6 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')) {
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
$colspan = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn')
? ' colspan="3"'
: ($is_display['edit_lnk'] != 'nn' || $is_display['del_lnk'] != 'nn')
? ' colspan="2"'
: '';
} else {
$rowspan = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn')