mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
Switch name and password fields
This commit is contained in:
parent
369ad58134
commit
881b05df91
@ -8,6 +8,9 @@
|
|||||||
<p class="typo-paragraph">Sign up for an encrypted mailbox hosted in Germany. Already have an account? <a href="#" wo-touch="$event.preventDefault(); loginToExisting()">Log in here</a></p>
|
<p class="typo-paragraph">Sign up for an encrypted mailbox hosted in Germany. Already have an account? <a href="#" wo-touch="$event.preventDefault(); loginToExisting()">Log in here</a></p>
|
||||||
<form class="form" name="form">
|
<form class="form" name="form">
|
||||||
<p class="form__error-message" ng-show="errMsg">{{errMsg}}</p>
|
<p class="form__error-message" ng-show="errMsg">{{errMsg}}</p>
|
||||||
|
<div class="form__row">
|
||||||
|
<input class="input-text" type="text" ng-model="realname" placeholder="Full name (optional)" tabindex="2">
|
||||||
|
</div>
|
||||||
<div class="form__row">
|
<div class="form__row">
|
||||||
<div class="input-email-fixed-domain">
|
<div class="input-email-fixed-domain">
|
||||||
<input class="input-text" ng-model="user" required type="text" tabindex="1"
|
<input class="input-text" ng-model="user" required type="text" tabindex="1"
|
||||||
@ -16,9 +19,6 @@
|
|||||||
<span>{{domain}}</span>
|
<span>{{domain}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form__row">
|
|
||||||
<input class="input-text" type="text" ng-model="realname" placeholder="Full name (optional)" tabindex="2">
|
|
||||||
</div>
|
|
||||||
<div class="form__row form__row--multi">
|
<div class="form__row form__row--multi">
|
||||||
<div class="form__col">
|
<div class="form__col">
|
||||||
<input class="input-text" ng-model="pass" required type="password" placeholder="Password" pattern=".{3,30}" tabindex="3">
|
<input class="input-text" ng-model="pass" required type="password" placeholder="Password" pattern=".{3,30}" tabindex="3">
|
||||||
|
@ -26,14 +26,14 @@
|
|||||||
</p>
|
</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<div class="form__row">
|
|
||||||
<input class="input-text" type="email" required ng-model="emailAddress"
|
|
||||||
placeholder="Email address" tabindex="1" spellcheck="false">
|
|
||||||
</div>
|
|
||||||
<div class="form__row">
|
<div class="form__row">
|
||||||
<input class="input-text" type="text" ng-model="realname"
|
<input class="input-text" type="text" ng-model="realname"
|
||||||
placeholder="Full name (optional)" tabindex="2">
|
placeholder="Full name (optional)" tabindex="2">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form__row">
|
||||||
|
<input class="input-text" type="email" required ng-model="emailAddress"
|
||||||
|
placeholder="Email address" tabindex="1" spellcheck="false">
|
||||||
|
</div>
|
||||||
<div class="form__row" ng-hide="useOAuth">
|
<div class="form__row" ng-hide="useOAuth">
|
||||||
<input ng-required="!useOAuth" class="input-text" type="password"
|
<input ng-required="!useOAuth" class="input-text" type="password"
|
||||||
ng-model="password" placeholder="Password" tabindex="3">
|
ng-model="password" placeholder="Password" tabindex="3">
|
||||||
|
Loading…
Reference in New Issue
Block a user