From: ArthurHoaro Date: Sat, 13 Jul 2019 13:09:20 +0000 (+0200) Subject: Merge pull request #1321 from llune/patch-3 X-Git-Tag: v0.11.0~6 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b15d06590548ac2d182373efab711485a897152f;hp=d91719ab978b145332f42f6c97b5041bc859df92;p=github%2Fshaarli%2FShaarli.git Merge pull request #1321 from llune/patch-3 a11y fix img without alt --- 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 @@

{"Change password"|t}

- +
- +
diff --git a/tpl/default/loginform.html b/tpl/default/loginform.html index bfc54815..761aec0c 100644 --- a/tpl/default/loginform.html +++ b/tpl/default/loginform.html @@ -9,7 +9,7 @@
- {'You have been banned after too many failed login attempts. Try again later.'|t} +

{'You have been banned after too many failed login attempts. Try again later.'|t}

@@ -22,20 +22,19 @@

{'Login'|t}

- +
- +
+ {if="$remember_user_default"}checked="checked"{/if}>
- +
{if="$returnurl"}{/if} @@ -48,4 +47,3 @@ {include="page.footer"} - diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 9ce9873c..0ba1993f 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html @@ -1,11 +1,13 @@