Bug 1151637: Buttons at the bottom of buglists lack an ID
r/a=dkl git-svn-id: svn://10.0.0.236/trunk@265908 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6e516bfe5d
commit
51f39b3721
@ -1 +1 @@
|
|||||||
9362
|
9363
|
||||||
@ -1 +1 @@
|
|||||||
ba69f972b0e98a4a81c3730ad87a17f6b386c87e
|
9bd23db9178cd22dc7716e1500d46a78aa65fa4c
|
||||||
@ -235,21 +235,21 @@
|
|||||||
><img title="Feed Format" alt="Feed" src="images/rss.png" height="24" width="24"></a>
|
><img title="Feed Format" alt="Feed" src="images/rss.png" height="24" width="24"></a>
|
||||||
<a href="buglist.cgi?[% urlquerypart FILTER html %]&ctype=ics"
|
<a href="buglist.cgi?[% urlquerypart FILTER html %]&ctype=ics"
|
||||||
><img title="iCal Format" alt="iCal" src="images/ical.png" height="24" width="24"></a>
|
><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 %]&query_based_on=
|
onclick="document.location='colchange.cgi?[% urlquerypart FILTER html %]&query_based_on=
|
||||||
[%~ defaultsavename OR searchname FILTER uri %]'">
|
[%~ defaultsavename OR searchname FILTER uri %]'">
|
||||||
Change Columns</button>
|
Change Columns</button>
|
||||||
|
|
||||||
|
|
||||||
[% IF bugs.size > 1 && caneditbugs && !dotweak %]
|
[% IF bugs.size > 1 && caneditbugs && !dotweak %]
|
||||||
<button type="button"
|
<button type="button" id="mass_change"
|
||||||
onclick="document.location='buglist.cgi?[% urlquerypart FILTER html %]
|
onclick="document.location='buglist.cgi?[% urlquerypart FILTER html %]
|
||||||
[%- "&order=$qorder" FILTER html IF order %]&tweak=1'">
|
[%- "&order=$qorder" FILTER html IF order %]&tweak=1'">
|
||||||
Change Several [% terms.Bugs %] at Once</button>
|
Change Several [% terms.Bugs %] at Once</button>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF bugowners && user.id %]
|
[% IF bugowners && user.id %]
|
||||||
<button type="button"
|
<button type="button" id="email_assignees"
|
||||||
onclick="document.location='mailto:[% bugowners FILTER html %]'">
|
onclick="document.location='mailto:[% bugowners FILTER html %]'">
|
||||||
Send Mail to [% terms.Bug %] Assignees</button>
|
Send Mail to [% terms.Bug %] Assignees</button>
|
||||||
[% END %]
|
[% END %]
|
||||||
@ -260,14 +260,14 @@
|
|||||||
<br>
|
<br>
|
||||||
[% END %]
|
[% END %]
|
||||||
<div class="bz_query_edit">
|
<div class="bz_query_edit">
|
||||||
<button type="button"
|
<button type="button" id="edit_search"
|
||||||
onclick="document.location='[% PROCESS edit_search_url %]'">
|
onclick="document.location='[% PROCESS edit_search_url %]'">
|
||||||
Edit Search</button>
|
Edit Search</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
[% IF searchtype == "saved" %]
|
[% IF searchtype == "saved" %]
|
||||||
<div class="bz_query_forget">
|
<div class="bz_query_forget">
|
||||||
<button type="button"
|
<button type="button" id="forget_search"
|
||||||
onclick="document.location='buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
|
onclick="document.location='buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
|
||||||
[%- searchname FILTER uri %]&token=
|
[%- searchname FILTER uri %]&token=
|
||||||
[%- issue_hash_token([search_id, searchname]) FILTER uri %]'">
|
[%- issue_hash_token([search_id, searchname]) FILTER uri %]'">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user