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

@@ -40,6 +40,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ rfe #2938579 [interface] Add class to some elements for easier theming.
+ rfe #2937840 [doc] Add some interesting configs to config.sample.inc.php.
+ rfe #2792992 [doc] Added advice to re-login after changing pmadb settings
+ patch #2952353 [interface] Prefill "Copy table to" in tbl_operations.php, thanks to iinl
3.3.1.0 (not yet released)
- bug #2941037 [core] Database structure not sorted by table correctly

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,