<tr><th><?php echo lang('Password'); ?><td><input type="password" name="password">
</table>
<?php
+ echo "<p><input type='submit' value='" . lang('Login') . "'>\n";
if ($this->permanentLogin()) {
- echo "<p>" . checkbox("permanent", 1, $_COOKIE["adminer_permanent"], lang('Permanent login')) . "\n";
+ echo checkbox("permanent", 1, $_COOKIE["adminer_permanent"], lang('Permanent login')) . "\n";
}
}
: ""))), null);
echo "<form action='' method='post'>\n";
$adminer->loginForm($username);
- echo "<p>\n";
+ echo "<div>";
hidden_fields($_POST, array("server", "username", "password")); // expired session
- echo "<input type='submit' value='" . lang('Login') . "'>\n</form>\n";
+ echo "</div>\n";
+ echo "</form>\n";
page_footer("auth");
}
<tr><th><?php echo lang('Password'); ?><td><input type="password" name="password">
</table>
<?php
+ echo "<p><input type='submit' value='" . lang('Login') . "'>\n";
if ($this->permanentLogin()) {
- echo "<p>" . checkbox("permanent", 1, $_COOKIE["adminer_permanent"], lang('Permanent login')) . "\n";
+ echo checkbox("permanent", 1, $_COOKIE["adminer_permanent"], lang('Permanent login')) . "\n";
}
}