aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/page.header.html
diff options
context:
space:
mode:
authorLuce Carević <lcarevic@access42.net>2019-07-13 18:56:43 +0200
committerLuce Carević <lcarevic@access42.net>2019-07-13 18:56:43 +0200
commitd1bcf28db3704b75200c03be728dddcaf725ca51 (patch)
treec67c0619efe783c620181978e31142a3490b71dd /tpl/default/page.header.html
parent719ef8e896d4bd28d8d56baafbbe25b8e4e58636 (diff)
downloadShaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.tar.gz
Shaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.tar.zst
Shaarli-d1bcf28db3704b75200c03be728dddcaf725ca51.zip
fix a11y
Diffstat (limited to 'tpl/default/page.header.html')
-rw-r--r--tpl/default/page.header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html
index 93825fb5..4f063dc3 100644
--- a/tpl/default/page.header.html
+++ b/tpl/default/page.header.html
@@ -138,8 +138,8 @@
138 {if="!$is_logged_in"} 138 {if="!$is_logged_in"}
139 <form method="post" name="loginform"> 139 <form method="post" name="loginform">
140 <div class="subheader-form header-login-form" id="header-login-form"> 140 <div class="subheader-form header-login-form" id="header-login-form">
141 <input type="text" name="login" placeholder="{'Username'|t}" > 141 <input type="text" name="login" aria-label="{'Username'|t}" placeholder="{'Username'|t}" >
142 <input type="password" name="password" placeholder="{'Password'|t}" > 142 <input type="password" name="password" aria-label="{'Password'|t}" placeholder="{'Password'|t}" >
143 <div class="remember-me"> 143 <div class="remember-me">
144 <input type="checkbox" name="longlastingsession" id="longlastingsession" checked> 144 <input type="checkbox" name="longlastingsession" id="longlastingsession" checked>
145 <label for="longlastingsession">{'Remember me'|t}</label> 145 <label for="longlastingsession">{'Remember me'|t}</label>