diff --git a/ChangeLog b/ChangeLog index c5f8337a0..aa74db75c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta. * libraries/header_meta_style.inc.php3, libraries/transformations/overview.php3: Fixed CSS link. + * tbl_properties.inc.php3: Added tooltips for transformations. 2003-03-13 Marc Delisle * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index e87a88812..789e42d9e 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -50,9 +50,9 @@ if (isset($selected) && is_array($selected)) { @@ -156,11 +156,11 @@ for ($i = 0 ; $i < $num_fields; $i++) { $submit_length = (isset($field_length) && isset($field_length[$i]) ? $field_length[$i] : FALSE); $submit_attribute = (isset($field_attribute) && isset($field_attribute[$i]) ? $field_attribute[$i] : FALSE); - + if (isset($field_comments) && isset($field_comments[$i])) { $comments_map[$row['Field']] = $field_comments[$i]; } - + if (isset($field_mimetype) && isset($field_mimetype[$i])) { $mime_map[$row['Field']]['mimetype'] = $field_mimetype[$i]; } @@ -176,7 +176,7 @@ for ($i = 0 ; $i < $num_fields; $i++) { } elseif (isset($fields_meta)) { $row = $fields_meta[$i]; } - + $bgcolor = ($i % 2) ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; // Cell index: If certain fields get left out, the counter shouldn't chage. @@ -219,7 +219,7 @@ for ($i = 0 ; $i < $num_fields; $i++) { $length = ''; } } // end if else - + if (isset($submit_length) && $submit_length != FALSE) { $length = $submit_length; } @@ -349,12 +349,14 @@ for ($i = 0 ; $i < $num_fields; $i++) { $ci++; $content_cells[$i][$ci] = '