patch #2952353 [interface] Prefill "Copy table to" in tbl_operations.php

This commit is contained in:
Herman van Rink
2010-02-16 11:41:48 +00:00
parent 5c81c13785
commit 31217bf662
2 changed files with 2 additions and 1 deletions

View File

@@ -508,7 +508,7 @@ if (isset($possible_row_formats[$tbl_type])) {
} // end if
?>
&nbsp;<strong>.</strong>&nbsp;
<input type="text" size="20" name="new_name" onfocus="this.select()" /><br />
<input type="text" size="20" name="new_name" onfocus="this.select()" value="<?php echo htmlspecialchars($GLOBALS['table']); ?>"/><br />
<?php
$choices = array(
'structure' => $strStrucOnly,