diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 15:09:32 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 15:09:32 +0100 |
commit | e722fde6e3ab4145e7d48bfc8b78627dd424833f (patch) | |
tree | 542bbc648c2312b011785067bcfcd75741663f0a /tpl/default/changepassword.html | |
parent | 4df7ef0b3d703ac3380404749e9c0bc801c3e0b8 (diff) | |
download | Shaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.tar.gz Shaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.tar.zst Shaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.zip |
W3C Compliance
Diffstat (limited to 'tpl/default/changepassword.html')
-rw-r--r-- | tpl/default/changepassword.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/changepassword.html b/tpl/default/changepassword.html index 1eca7e3a..bff33c0c 100644 --- a/tpl/default/changepassword.html +++ b/tpl/default/changepassword.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 9 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
10 | <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> | 10 | <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> |
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 | class="addform page-form page-form-light"> | 13 | class="addform page-form page-form-light"> |
14 | <div> | 14 | <div> |
15 | <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus"> | 15 | <input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus"> |