form design update

This commit is contained in:
Daniel 2014-04-17 15:36:20 +02:00
commit a4a777cea6
3 changed files with 5 additions and 4 deletions

View file

@ -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 />