diff options
author | Luce Carević <lcarevic@access42.net> | 2019-07-13 00:07:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-13 00:07:50 +0200 |
commit | 6177da0c3065649b91d53373ae6966322fa7a482 (patch) | |
tree | d707088cdcdbed28255c3d75432603ccbf216c43 /tpl/default | |
parent | c03c90a13e1356ca9cf40cc664547c49305cb24b (diff) | |
download | Shaarli-6177da0c3065649b91d53373ae6966322fa7a482.tar.gz Shaarli-6177da0c3065649b91d53373ae6966322fa7a482.tar.zst Shaarli-6177da0c3065649b91d53373ae6966322fa7a482.zip |
fix a11y label
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/changepassword.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/changepassword.html b/tpl/default/changepassword.html index 3867e3ca..ab579433 100644 --- a/tpl/default/changepassword.html +++ b/tpl/default/changepassword.html | |||
@@ -11,10 +11,10 @@ | |||
11 | <h2 class="window-title">{"Change password"|t}</h2> | 11 | <h2 class="window-title">{"Change password"|t}</h2> |
12 | <form method="POST" action="#" name="changepasswordform" id="changepasswordform"> | 12 | <form method="POST" action="#" name="changepasswordform" id="changepasswordform"> |
13 | <div> | 13 | <div> |
14 | <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus"> | 14 | <input type="password" name="oldpassword" aria-label="{'Current password'|t}" placeholder="{'Current password'|t}" class="autofocus"> |
15 | </div> | 15 | </div> |
16 | <div> | 16 | <div> |
17 | <input type="password" name="setpassword" placeholder="{'New password'|t}"> | 17 | <input type="password" name="setpassword" aria-label="{'New password'|t}" placeholder="{'New password'|t}"> |
18 | </div> | 18 | </div> |
19 | <input type="hidden" name="token" value="{$token}"> | 19 | <input type="hidden" name="token" value="{$token}"> |
20 | <div> | 20 | <div> |