the current name of the table is now displayed in the text box of the "rename table" feature (suggestion from Cal Henderson)

This commit is contained in:
Loïc Chapeaux
2001-10-15 20:46:25 +00:00
parent f3d50e1d85
commit 05d8aafdfc

View File

@@ -963,7 +963,7 @@ echo "\n";
<input type="hidden" name="table" value="<?php echo $table; ?>" />
<input type="hidden" name="reload" value="1" />
<?php echo $strRenameTable; ?>&nbsp;:
<input type="text" size="20" name="new_name" />&nbsp;
<input type="text" size="20" name="new_name" value="<?php echo htmlspecialchars($table); ?>" />&nbsp;
<input type="submit" value="<?php echo $strGo; ?>" />
</form>
</div>