xhtml fixes

This commit is contained in:
Loïc Chapeaux
2002-05-05 13:06:53 +00:00
parent 36e9d64014
commit 639a9bb018

View File

@@ -8,7 +8,8 @@
require('./tbl_properties_common.php3'); require('./tbl_properties_common.php3');
require('./tbl_properties_table_info.php3'); require('./tbl_properties_table_info.php3');
?> ?>
<!-- Dump of a database -->
<!-- Dump of a table -->
<form method="post" action="tbl_dump.php3" name="tbl_dump"> <form method="post" action="tbl_dump.php3" name="tbl_dump">
<input type="hidden" name="server" value="<?php echo $server; ?>" /> <input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="lang" value="<?php echo $lang; ?>" /> <input type="hidden" name="lang" value="<?php echo $lang; ?>" />
@@ -102,7 +103,7 @@ if (function_exists('PMA_set_enc_form')) {
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
&nbsp;<?php echo sprintf($strDumpXRows , '<input type="text" name="limit_to" size="5" value="' . PMA_countRecords($db, $table, TRUE) . '" class="textfield" style="vertical-align: middle" onfocus="this.select()" />' , '<input type="text" name="limit_from" value="0" size="5" class="textfield" style="vertical-align: middle" onfocus="this.select()" />'); ?> &nbsp;<?php echo sprintf($strDumpXRows , '<input type="text" name="limit_to" size="5" value="' . PMA_countRecords($db, $table, TRUE) . '" class="textfield" style="vertical-align: middle" onfocus="this.select()" />' , '<input type="text" name="limit_from" value="0" size="5" class="textfield" style="vertical-align: middle" onfocus="this.select()" />') . "\n"; ?>
</td> </td>
</tr> </tr>
<tr> <tr>