Added a limitation feature for data dumps thanks to Girish Nair and Vinay

This commit is contained in:
Loïc Chapeaux
2001-07-13 17:18:11 +00:00
parent 18f3a14292
commit c74a33e567
27 changed files with 269 additions and 115 deletions

View File

@@ -562,6 +562,14 @@ echo "\n";
<input type="hidden" name="table" value="<?php echo $table; ?>" />
<?php echo $strViewDumpDB; ?><br />
<table>
<tr>
<td colspan="2">
<?php echo $strOffSet; ?>&nbsp;
<input type="text" name="limit_from" value="0" size="5" style="vertical-align: middle" />&nbsp;
<?php echo $strNbRecords; ?>&nbsp;
<input type="text" name="limit_to" size="5" value="<?php echo count_records($db, $table, true); ?>" style="vertical-align: middle" />
</td>
</tr>
<tr>
<td>
<input type="radio" name="what" value="structure" checked="checked" />