removed table formating, done in css
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* db_printview.php: fixed bug 'no tables found', refactored
|
||||
* tbl_change.php, tbl_indexes.php: removed table formating, done in css
|
||||
|
||||
2006-04-27 Michal Čihař <michal@cihar.com>
|
||||
* Documentation.html, libraries/config.default.php,
|
||||
|
@@ -297,7 +297,7 @@ foreach ($loop_array AS $vrowcount => $vrow) {
|
||||
echo '<label for="insert_ignore_check_' . $vrowcount . '">' . $strIgnore . '</label><br />' . "\n";
|
||||
}
|
||||
?>
|
||||
<table border="<?php echo $cfg['Border']; ?>" cellpadding="2" cellspacing="1">
|
||||
<table>
|
||||
<tr>
|
||||
<th><?php echo $strField; ?></th>
|
||||
<th><?php echo $strType; ?></th>
|
||||
|
@@ -321,7 +321,7 @@ elseif (!defined('PMA_IDX_INCLUDED')
|
||||
<br class="clearfloat" />
|
||||
<div class="warning"><?php echo $strPrimaryKeyWarning; ?></div>
|
||||
|
||||
<table border="<?php echo $cfg['Border']; ?>" cellpadding="2" cellspacing="1">
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th><?php echo $strField; ?></th>
|
||||
<th><?php echo $strSize; ?></th>
|
||||
|
Reference in New Issue
Block a user