visually bind the Add x fields dialog to its submit button
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-06-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* tbl_properties.inc.php: visually bind the Add x fields dialog to its
|
||||||
|
submit button
|
||||||
|
|
||||||
2005-06-11 Marc Delisle <lem9@users.sourceforge.net>
|
2005-06-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_properties_export.php: bug #1169791, exporting results from queries
|
* tbl_properties_export.php: bug #1169791, exporting results from queries
|
||||||
with limit keyword
|
with limit keyword
|
||||||
|
@@ -697,8 +697,11 @@ echo "\n";
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
if ($action == 'tbl_create.php' || $action == 'tbl_addfield.php') {
|
if ($action == 'tbl_create.php' || $action == 'tbl_addfield.php') {
|
||||||
|
echo '<div class="tblHeaders" style="width: 30%; text-align: left; padding: 3px;">' . "\n";
|
||||||
echo ' ' . sprintf($strAddFields, '<input type="text" name="added_fields" size="2" value="1" onfocus="this.select()" style="vertical-align: middle;" />') . "\n";
|
echo ' ' . sprintf($strAddFields, '<input type="text" name="added_fields" size="2" value="1" onfocus="this.select()" style="vertical-align: middle;" />') . "\n";
|
||||||
echo ' <input type="submit" name="submit_num_fields" value="' . $strGo . '" onclick="return checkFormElementInRange(this.form, \'added_fields\', 1)" style="vertical-align: middle;" />' . "\n<br />\n<br />\n";
|
echo ' <input type="submit" name="submit_num_fields" value="' . $strGo . '" onclick="return checkFormElementInRange(this.form, \'added_fields\', 1)" style="vertical-align: middle;" />' . "\n";
|
||||||
|
echo '</div>' . "\n";
|
||||||
|
echo "<br />\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user