beautified the generated page

This commit is contained in:
Loïc Chapeaux
2002-02-10 10:58:20 +00:00
parent 01fdd8e30b
commit 1a2635d42d

View File

@@ -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 . '<br />' . PMA_showDocuShort('C/o/Column_types.html'); ?></th> <th><?php echo $strType . '<br /><span style="font-weight: normal">' . PMA_showDocuShort('C/o/Column_types.html'); ?></span></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>