first group of headers was offset by one column to the left
This commit is contained in:
@@ -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).
|
||||
|
@@ -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')
|
||||
|
Reference in New Issue
Block a user