aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/auth/general.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/auth/general.html')
-rw-r--r--templates/web/zurich/auth/general.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/web/zurich/auth/general.html b/templates/web/zurich/auth/general.html
index 555a72374..2b183b953 100644
--- a/templates/web/zurich/auth/general.html
+++ b/templates/web/zurich/auth/general.html
@@ -17,11 +17,11 @@
[% ELSIF sign_in_error %]
<div class="form-error">[% loc('There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form.') %]</div>
[% END %]
- <input type="email" class="required email" id="username" name="username" value="[% username | html %]" placeholder="[% loc('Your email address') %]" autofocus>
+ <input type="email" class="required email" id="username" name="username" value="[% username | html %]" autofocus>
<label for="password_sign_in">[% loc('Password (optional)') %]</label>
<div class="form-txt-submit-box">
- <input type="password" class="required" name="password_sign_in" id="password_sign_in" value="" placeholder="[% loc('Your password') %]">
+ <input type="password" class="required" name="password_sign_in" id="password_sign_in" value="">
<input class="green-btn" type="submit" name="sign_in_by_password" value="[% loc('Sign in') %]">
</div>
@@ -45,21 +45,21 @@
[% IF loc_username_error %]
<div class="form-error">[% loc_username_error %]</div>
[% END %]
- <input type="email" class="required email" id="username2" name="username" value="[% username | html %]" placeholder="[% loc('Your email address') %]">
+ <input type="email" class="required email" id="username2" name="username" value="[% username | html %]">
<label for="name">[% loc('Name') %]</label>
- <input type="text" class="required" name="name" value="" placeholder="[% loc('Your name') %]">
+ <input type="text" class="required" name="name" value="">
<label for="password_register">[% loc('Password (optional)') %]</label>
[% IF field_errors.password_register %]
<p class='form-error'>[% field_errors.password_register %]</p>
[% END %]
<div class="form-txt-submit-box">
- <input type="password" class="required js-password-validate" name="password_register" id="password_register" value="" placeholder="[% loc('Enter a password') %]">
+ <input type="password" class="required js-password-validate" name="password_register" id="password_register" value="" aria-describedby="password_notes">
<input class="green-btn" type="submit" name="sign_in_by_code" value="Registrieren">
</div>
- <div class="general-notes">
+ <div class="general-notes" id="password_notes">
<p>[% tprintf(loc('Your password should include %d or more characters.'), c.cobrand.password_minimum_length) %]</p>
</div>