superscript 1 for Length/Values
This commit is contained in:
parent
79c5414fe3
commit
9a1a9e7237
@ -8,6 +8,7 @@ $Source$
|
||||
2005-11-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* pdf_pages.php: bug #1245891, too large scaling in PDF schema
|
||||
* libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
|
||||
* tbl_properties.inc.php: superscript 1 for Length/Values
|
||||
|
||||
2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* server_databases.php, mysql_charsets-lib.php:
|
||||
|
||||
@ -111,7 +111,7 @@ $content_cells = array();
|
||||
|
||||
$header_cells[] = $strField;
|
||||
$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('SQL-Syntax', 'Column_types') : '<br /><span style="font-weight: normal">' . PMA_showMySQLDocu('SQL-Syntax', 'Column_types') . '</span>');
|
||||
$header_cells[] = $strLengthSet;
|
||||
$header_cells[] = $strLengthSet . '<sup>1</sup>';
|
||||
if (PMA_MYSQL_INT_VERSION >= 40100) {
|
||||
$header_cells[] = $strCollation;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user