removed table formating, done in css

This commit is contained in:
Sebastian Mendel
2006-04-27 09:51:51 +00:00
parent 57e522d2c8
commit baac64a2e4
3 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net> 2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* db_printview.php: fixed bug 'no tables found', refactored * 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> 2006-04-27 Michal Čihař <michal@cihar.com>
* Documentation.html, libraries/config.default.php, * Documentation.html, libraries/config.default.php,

View File

@@ -297,7 +297,7 @@ foreach ($loop_array AS $vrowcount => $vrow) {
echo '<label for="insert_ignore_check_' . $vrowcount . '">' . $strIgnore . '</label><br />' . "\n"; echo '<label for="insert_ignore_check_' . $vrowcount . '">' . $strIgnore . '</label><br />' . "\n";
} }
?> ?>
<table border="<?php echo $cfg['Border']; ?>" cellpadding="2" cellspacing="1"> <table>
<tr> <tr>
<th><?php echo $strField; ?></th> <th><?php echo $strField; ?></th>
<th><?php echo $strType; ?></th> <th><?php echo $strType; ?></th>

View File

@@ -321,7 +321,7 @@ elseif (!defined('PMA_IDX_INCLUDED')
<br class="clearfloat" /> <br class="clearfloat" />
<div class="warning"><?php echo $strPrimaryKeyWarning; ?></div> <div class="warning"><?php echo $strPrimaryKeyWarning; ?></div>
<table border="<?php echo $cfg['Border']; ?>" cellpadding="2" cellspacing="1"> <table>
<thead> <thead>
<tr><th><?php echo $strField; ?></th> <tr><th><?php echo $strField; ?></th>
<th><?php echo $strSize; ?></th> <th><?php echo $strSize; ?></th>