summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-07 16:42:53 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-07 16:42:53 +0200
commit9bd23db9178cd22dc7716e1500d46a78aa65fa4c (patch)
treeea4268eb2be38b1c28bf1addc881a1321465463c /template/en/default/list/list.html.tmpl
parentba69f972b0e98a4a81c3730ad87a17f6b386c87e (diff)
downloadbugzilla-9bd23db9178cd22dc7716e1500d46a78aa65fa4c.tar.gz
bugzilla-9bd23db9178cd22dc7716e1500d46a78aa65fa4c.tar.xz
Bug 1151637: Buttons at the bottom of buglists lack an ID
r/a=dkl
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index d72a4eff6..65065bf32 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -235,21 +235,21 @@
><img title="Feed Format" alt="Feed" src="images/rss.png" height="24" width="24"></a>
<a href="buglist.cgi?[% urlquerypart FILTER html %]&amp;ctype=ics"
><img title="iCal Format" alt="iCal" src="images/ical.png" height="24" width="24"></a>
- <button type="button"
+ <button type="button" id="change_columns"
onclick="document.location='colchange.cgi?[% urlquerypart FILTER html %]&amp;query_based_on=
[%~ defaultsavename OR searchname FILTER uri %]'">
Change Columns</button>
[% IF bugs.size > 1 && caneditbugs && !dotweak %]
- <button type="button"
+ <button type="button" id="mass_change"
onclick="document.location='buglist.cgi?[% urlquerypart FILTER html %]
[%- "&order=$qorder" FILTER html IF order %]&amp;tweak=1'">
Change Several [% terms.Bugs %] at Once</button>
[% END %]
[% IF bugowners && user.id %]
- <button type="button"
+ <button type="button" id="email_assignees"
onclick="document.location='mailto:[% bugowners FILTER html %]'">
Send Mail to [% terms.Bug %] Assignees</button>
[% END %]
@@ -260,14 +260,14 @@
<br>
[% END %]
<div class="bz_query_edit">
- <button type="button"
+ <button type="button" id="edit_search"
onclick="document.location='[% PROCESS edit_search_url %]'">
Edit Search</button>
</div>
[% IF searchtype == "saved" %]
<div class="bz_query_forget">
- <button type="button"
+ <button type="button" id="forget_search"
onclick="document.location='buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
[%- searchname FILTER uri %]&amp;token=
[%- issue_hash_token([search_id, searchname]) FILTER uri %]'">