Empty line

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@82 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-09 14:47:46 +00:00
parent 205dfa65c0
commit f508fca36d
3 changed files with 3 additions and 0 deletions

View file

@ -76,6 +76,7 @@ if (!$_POST || $_POST["add"]) {
}
$collations = collations();
?>
<form action="" method="post" id="form">
<p>
<?php echo lang('Table name'); ?>: <input name="name" maxlength="64" value="<?php echo htmlspecialchars($row["name"]); ?>" />

View file

@ -44,6 +44,7 @@ if ($_POST) {
}
}
?>
<form action="" method="post"><div>
<input name="name" value="<?php echo htmlspecialchars($name); ?>" maxlength="64" />
<select name="collation"><option value="">(<?php echo lang('collation'); ?>)</option><?php echo optionlist(collations(), $collate, "not_vals"); ?></select>

View file

@ -44,6 +44,7 @@ if ($_POST) {
$row = array("indexes" => $indexes);
}
?>
<form action="" method="post">
<table border="0" cellspacing="0" cellpadding="2">
<?php