link to doc
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-02-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* tbl_properties.inc.php3, add a link to doc for column types
|
||||||
|
|
||||||
2002-01-30 Olivier M<>ller <om@omnis.ch>
|
2002-01-30 Olivier M<>ller <om@omnis.ch>
|
||||||
* left.php3: display database name as well in lightmode, with link to
|
* left.php3: display database name as well in lightmode, with link to
|
||||||
db properties page
|
db properties page
|
||||||
|
@@ -27,7 +27,7 @@ $is_backup = ($action != 'tbl_create.php3' && $action != 'tbl_addfield.php3');
|
|||||||
<table border="<?php echo $cfgBorder; ?>">
|
<table border="<?php echo $cfgBorder; ?>">
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php echo $strField; ?></th>
|
<th><?php echo $strField; ?></th>
|
||||||
<th><?php echo $strType; ?></th>
|
<th><?php echo $strType . "<br>" . PMA_showDocuShort('C/o/Column_types.html'); ?></th>
|
||||||
<th><?php echo $strLengthSet; ?></th>
|
<th><?php echo $strLengthSet; ?></th>
|
||||||
<th><?php echo $strAttr; ?></th>
|
<th><?php echo $strAttr; ?></th>
|
||||||
<th><?php echo $strNull; ?></th>
|
<th><?php echo $strNull; ?></th>
|
||||||
|
Reference in New Issue
Block a user