diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-28 12:21:29 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-28 12:21:29 +0200 |
commit | e1e025823c6e868e59cde9ecc8fa495ee45de7bc (patch) | |
tree | ae3450c92daec3b99059a569510a24d6ab6753a6 /changepassword.html | |
parent | 03588331342e2a401ae4a8617f6225325d099fa7 (diff) | |
download | shaarli_ascii-0.11.tar.xz shaarli_ascii-0.11.zip |
Diffstat (limited to '')
-rw-r--r-- | changepassword.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/changepassword.html b/changepassword.html index 2d15c92..ab57943 100644 --- a/changepassword.html +++ b/changepassword.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html{if="$language !== 'auto'"} lang="{$language}"{/if}> <head> {include="includes"} </head> @@ -11,10 +11,10 @@ <h2 class="window-title">{"Change password"|t}</h2> <form method="POST" action="#" name="changepasswordform" id="changepasswordform"> <div> - <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus"> + <input type="password" name="oldpassword" aria-label="{'Current password'|t}" placeholder="{'Current password'|t}" class="autofocus"> </div> <div> - <input type="password" name="setpassword" placeholder="{'New password'|t}"> + <input type="password" name="setpassword" aria-label="{'New password'|t}" placeholder="{'New password'|t}"> </div> <input type="hidden" name="token" value="{$token}"> <div> |