added a file upload box in table properties page

This commit is contained in:
Loïc Chapeaux
2001-08-31 16:16:45 +00:00
parent c47888a232
commit 998685ec98
2 changed files with 6 additions and 0 deletions

View File

@@ -570,6 +570,10 @@ echo "\n";
<input type="checkbox" name="show_query" value="y" checked="checked" />&nbsp;
<?php echo $strShowThisQuery; ?><br />
</div>
<?php echo "<i>$strOr</i> $strLocationTextfile"; ?>&nbsp;:<br />
<div style="margin-bottom: 5px">
<input type="file" name="sql_file" /><br />
</div>
<?php
// Bookmark Support
if ($cfgBookmark['db'] && $cfgBookmark['table']) {