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>
|
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,
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user