Whitespace

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@142 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-11 21:06:19 +00:00
parent 9ea9ca296b
commit b295a84126
3 changed files with 10 additions and 4 deletions

View File

@@ -45,10 +45,12 @@ if ($_POST) {
}
?>
<form action="" method="post"><p>
<form action="" method="post">
<p>
<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>
<input type="hidden" name="token" value="<?php echo $token; ?>" />
<input type="submit" value="<?php echo lang('Save'); ?>" />
<?php if (strlen($_GET["db"])) { ?><input type="submit" name="drop" value="<?php echo lang('Drop'); ?>" /><?php } ?>
</p></form>
</p>
</form>