diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/confirm-user-match.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/per-bug-queries.html.tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index 877027676..8040e48ff 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -30,7 +30,7 @@ { alert('Please enter one or more search terms first.'); return false; } return true;"> <input class="txt" type="text" name="quicksearch"> - <input class="btn" type="submit" value="Find"> + <input class="btn" type="submit" value="Find" id="find"> </form> | <a href="report.cgi">Reports</a> 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> diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index a7a678532..9c0fc114d 100644 --- a/template/en/default/global/per-bug-queries.html.tmpl +++ b/template/en/default/global/per-bug-queries.html.tmpl @@ -22,7 +22,7 @@ <input type="hidden" name="cmdtype" value="doit"> <input type="hidden" name="remtype" value="asnamed"> <input type="hidden" name="add_bugids" value="1"> - <input type="submit" value="Add"> [% terms.bugs %] + <input type="submit" value="Add" id="add"> [% terms.bugs %] <input type="text" name="bug_ids" size="8" maxlength="80"> to [% foundq = 0 %] [% FOREACH q = user.queries %] |