patch #2952353 [interface] Prefill "Copy table to" in tbl_operations.php
This commit is contained in:
@@ -508,7 +508,7 @@ if (isset($possible_row_formats[$tbl_type])) {
|
||||
} // end if
|
||||
?>
|
||||
<strong>.</strong>
|
||||
<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,
|
||||
|
Reference in New Issue
Block a user