form design update
This commit is contained in:
parent
3fb0b9d074
commit
a4a777cea6
3 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<h1><?=_('Users')?></h1>
|
||||
<h2><?=_('New user')?></h2>
|
||||
|
||||
<form method="post" action="<?=$linker->link('create', 1)?>">
|
||||
<form method="post" action="<?=$linker->link('create', 1)?>" class="logreg">
|
||||
<fieldset>
|
||||
<label for="username"><?=_('Username')?>:</label>
|
||||
<input type="text" name="username" placeholder="<?=_('Username')?>" /><br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue