added a file upload box in table properties page
This commit is contained in:
@@ -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
|
||||
|
@@ -570,6 +570,10 @@ echo "\n";
|
||||
<input type="checkbox" name="show_query" value="y" checked="checked" />
|
||||
<?php echo $strShowThisQuery; ?><br />
|
||||
</div>
|
||||
<?php echo "<i>$strOr</i> $strLocationTextfile"; ?> :<br />
|
||||
<div style="margin-bottom: 5px">
|
||||
<input type="file" name="sql_file" /><br />
|
||||
</div>
|
||||
<?php
|
||||
// Bookmark Support
|
||||
if ($cfgBookmark['db'] && $cfgBookmark['table']) {
|
||||
|
Reference in New Issue
Block a user