From: William Lachance Date: Wed, 7 Jun 2017 17:28:04 +0000 (-0400) Subject: Bug 1370904 - Add "required" property to login input elements X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef7f6526d83caf6a39dc8ed6c96a2c8675ae4011;p=thirdparty%2Fbugzilla.git Bug 1370904 - Add "required" property to login input elements --- 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' ||