Skip to content

Commit

Permalink
Relates to #15
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveratgithub committed Nov 6, 2019
1 parent b2f0552 commit d8ad07f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions www/templates/layout/partials/loginform.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@
<input type="hidden" name="redirect" value="{$url}">
<div class="login-input">
<label class="emoji user">user <input tabindex="1" type="text" name="username" value="{$smarty.post.username}"></label>
<a href="/profil.php?do=anmeldung&menu_id=13">new</a>
<a href="/profil.php?do=anmeldung#newuser">new</a>
</div>
<div class="login-input">
<label class="emoji password">pass <input tabindex="2" type="password" name="password"></label>
<a href="/profil.php?do=anmeldung&menu_id=13">forgot</a>
<a href="/profil.php?do=anmeldung#pwreset">forgot</a>
</div>
<fieldset>
<label><input tabindex="3" type="checkbox" name="cookie" id="cookie">&nbsp;autologin</label>
<input tabindex="4" type="submit" value="login">
</fieldset>
</form>
<!--a href="/profil.php?do=anmeldung&menu_id=13">&#10003; New Account</a> | <a href="/profil.php?do=anmeldung&menu_id=13">? PW lost</a-->
{/if}
{error msg=$login_error}

0 comments on commit d8ad07f

Please sign in to comment.