diff options
Diffstat (limited to 'template/en/default/account/auth')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index bf8e867ff..621f65ff0 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -74,7 +74,8 @@ [% END %] <tr> - <td><input type="submit" name="GoAheadAndLogIn" value="Login"></td> + <td><input type="submit" name="GoAheadAndLogIn" value="Login" + id="log_in"></td> [%# For now, password change requests only apply to the DB # verification method #%] diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index adbae970a..56d0612d6 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -87,7 +87,7 @@ [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password|restrictlogin)$" %] - <input type="submit" name="GoAheadAndLogIn" value="Log in"> + <input type="submit" name="GoAheadAndLogIn" value="Log in" id="log_in"> <p> (Note: you should make sure cookies are enabled for this site. @@ -118,7 +118,7 @@ enter your login name below and submit a request to change your password.<br> <input size="35" name="loginname"> - <input type="submit" value="Submit Request"> + <input type="submit" id="request" value="Submit Request"> </form> [% END %] |