diff --git a/ChangeLog b/ChangeLog index 0640c9454..878eceb28 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,8 +13,9 @@ $Source$ Mike Eheler . * tbl_alter.php3, lines 109-112: fixed bug #543365 - Can't change field properties when name contains localized characters. - * left.php3, lines 271, 298 & 415; libraries/display_tbl.lib.php3, line 460: the valid xhtml attribute - to display the "tool tip" of an image is "title" and not "alt". + * db_stats.php3; left.php3; tbl_properties.php3; + libraries/display_tbl.lib.php3: the valid xhtml attribute to display + the "tool tip" of an image is "title" and not "alt". 2002-04-12 Loïc Chapeaux * libraries/display_tbl.lib.php3, lines 957-991: expended cosmetic changes diff --git a/db_stats.php3 b/db_stats.php3 index d095b597b..af8eb1bf5 100644 --- a/db_stats.php3 +++ b/db_stats.php3 @@ -138,8 +138,9 @@ if ($num_dbs > 0) { } $img_tag = ' ' . "\n" . ' ' - . ''
-                    . (($sort_order == 'asc') ? $strAscending : $strDescending) . ''; + . '' . (($sort_order == 'asc') ? $strAscending : $strDescending) . ''; // Default order is ascending for db name, descending for sizes for ($i = 0; $i < 5; $i++) { $url_sort[$i]['order'] = (($i == 0) ? 'asc' : 'desc'); diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index 2cead17b5..84cd369ea 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -470,7 +470,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ - <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?> + <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?> align="center"> - <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?> + <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?> ' . "\n" . ' ' . "\n" - . ' ' . (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']) . '' . "\n" + . ' ' . (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']) . '' . "\n" . ' ' . "\n"; } // end vertical mode } @@ -571,11 +571,11 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ } else if (substr($sql_order, -3) == 'ASC' && $is_in_sort) { $sort_order = ' ORDER BY ' . $sort_tbl . PMA_backquote($fields_meta[$i]->name) . ' DESC'; - $order_img = ' ASC'; + $order_img = ' ASC'; } else if (substr($sql_order, -4) == 'DESC' && $is_in_sort) { $sort_order = ' ORDER BY ' . $sort_tbl . PMA_backquote($fields_meta[$i]->name) . ' ASC'; - $order_img = ' DESC'; + $order_img = ' DESC'; } if (eregi('(.*)( LIMIT (.*)| PROCEDURE (.*)| FOR UPDATE| LOCK IN SHARE MODE)', $unsorted_sql_query, $regs3)) { $sorted_sql_query = $regs3[1] . $sort_order . $regs3[2]; @@ -636,14 +636,14 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ ?> align="center"> - <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?> + <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?> ' . "\n" . ' ' . "\n" - . ' ' . (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']) . '' . "\n" + . ' ' . (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']) . '' . "\n" . ' ' . "\n"; } // end vertical mode } diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 2c6712168..01b4a6539 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -398,7 +398,7 @@ echo "\n"; - <?php echo $strWithChecked; ?> + <?php echo $strWithChecked; ?>