mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
A couple of line breaks were missing in the create database form.
This commit is contained in:
parent
955581957e
commit
4709118f0c
@ -14,9 +14,9 @@
|
||||
{instr}<p>
|
||||
<form action="index.php" method="post">
|
||||
{createdb}<br>
|
||||
DB root username: <input type="text" name="db_root" value="root">
|
||||
DB root password: <input type="password" name="db_pass">
|
||||
<input type="hidden" name="action" value="Create Database">
|
||||
DB root username: <input type="text" name="db_root" value="root"><br>
|
||||
DB root password: <input type="password" name="db_pass"><br>
|
||||
<input type="hidden" name="action" value="Create Database">
|
||||
<input type="submit" name="label" value="{create_database}">
|
||||
</form>
|
||||
<form method="POST" action="index.php"> <br>
|
||||
|
Loading…
Reference in New Issue
Block a user