From ef7f6526d83caf6a39dc8ed6c96a2c8675ae4011 Mon Sep 17 00:00:00 2001 From: William Lachance Date: Wed, 7 Jun 2017 13:28:04 -0400 Subject: Bug 1370904 - Add "required" property to login input elements --- template/en/default/account/auth/login-small.html.tmpl | 3 +++ template/en/default/account/auth/login.html.tmpl | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'template/en') diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 7ca0a44d9..1f38f18b7 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -53,12 +53,15 @@ name="Bugzilla_login" title="Login" placeholder="email address" + type="email" + required > + [%- ' type="email"' UNLESS Param('emailsuffix') %] + required> [% Param('emailsuffix') FILTER html %]
- +
[% IF Param('rememberlogin') == 'defaulton' || -- cgit v1.2.3-24-g4f1b