mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Empty line
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@82 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -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"]); ?>" />
|
||||
|
@@ -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>
|
||||
|
@@ -44,6 +44,7 @@ if ($_POST) {
|
||||
$row = array("indexes" => $indexes);
|
||||
}
|
||||
?>
|
||||
|
||||
<form action="" method="post">
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user