diff options
author | lpsolit%gmail.com <> | 2006-07-12 19:21:36 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-07-12 19:21:36 +0000 |
commit | 2362793369156ae7c9c63c50a07ac2c79a9df7fa (patch) | |
tree | 5bfcf1b1a5410c8691be31c81057bd06231c86b1 /template/en/default/global/confirm-user-match.html.tmpl | |
parent | 38b4491409ab9e0bd8c020a0d87c8b273097139b (diff) | |
download | bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar.gz bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar.bz2 bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar.xz bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.zip |
Bug 317694: All buttons in forms must have an id - Patches by André Batosti <batosti@async.com.br> r=ghendricks a=myk
Diffstat (limited to 'template/en/default/global/confirm-user-match.html.tmpl')
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 17a812c21..607ce4783 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -150,7 +150,7 @@ [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %] <p> - <input type="submit" value="Continue"> + <input type="submit" id="continue" value="Continue"> </p> </form> |