mirror of
https://github.com/vrana/adminer.git
synced 2026-02-28 09:31:26 +01:00
Whitespace
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@142 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user