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

@@ -24,6 +24,8 @@ $Source$
of the xhtml generated pages.
* db_readdump.php3, line 24: fixed a bug if $sql_file = ''.
* lang/polish.inc.php3: updated thanks to Piotr Roszatycki.
* tbl_properties.php3, lines 573-576: added the same file upload box than
the one at db_details.php3.
2001-08-31 Olivier M<>ller <om@omnis.ch>
* releasing phpMyAdmin 2.2.0-final

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']) {