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:
@@ -963,7 +963,7 @@ echo "\n";
|
|||||||
<input type="hidden" name="table" value="<?php echo $table; ?>" />
|
<input type="hidden" name="table" value="<?php echo $table; ?>" />
|
||||||
<input type="hidden" name="reload" value="1" />
|
<input type="hidden" name="reload" value="1" />
|
||||||
<?php echo $strRenameTable; ?> :
|
<?php echo $strRenameTable; ?> :
|
||||||
<input type="text" size="20" name="new_name" />
|
<input type="text" size="20" name="new_name" value="<?php echo htmlspecialchars($table); ?>" />
|
||||||
<input type="submit" value="<?php echo $strGo; ?>" />
|
<input type="submit" value="<?php echo $strGo; ?>" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user