Commit e960352e authored by Byron Jones's avatar Byron Jones

Bug 1121788: Buttons in buglist don't work in IE

r=lpsolit,a=sgreen
parent 516f99e6
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
.bz_query_links a img { .bz_query_links a img {
vertical-align: bottom; vertical-align: bottom;
border: 0;
} }
.bz_query_links a { .bz_query_links a {
...@@ -584,4 +585,4 @@ table.owner, table.number, table.zeroitems { ...@@ -584,4 +585,4 @@ table.owner, table.number, table.zeroitems {
padding-right: 3em; padding-right: 3em;
} }
/* summarize_time.cgi (end) */ /* summarize_time.cgi (end) */
\ No newline at end of file
...@@ -235,19 +235,23 @@ ...@@ -235,19 +235,23 @@
><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 %]&amp;ctype=ics" <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> ><img title="iCal Format" alt="iCal" src="images/ical.png" height="24" width="24"></a>
<a href="colchange.cgi?[% urlquerypart FILTER html %]&amp;query_based_on= <button type="button"
[% defaultsavename OR searchname FILTER uri %]" onclick="document.location='colchange.cgi?[% urlquerypart FILTER html %]&amp;query_based_on=
><button>Change Columns</button></a> [%~ defaultsavename OR searchname FILTER uri %]'">
Change Columns</button>
[% IF bugs.size > 1 && caneditbugs && !dotweak %] [% IF bugs.size > 1 && caneditbugs && !dotweak %]
<a href="buglist.cgi?[% urlquerypart FILTER html %] <button type="button"
[%- "&order=$qorder" FILTER html IF order %]&amp;tweak=1" onclick="document.location='buglist.cgi?[% urlquerypart FILTER html %]
><button>Change Several [% terms.Bugs %] at Once</button></a> [%- "&order=$qorder" FILTER html IF order %]&amp;tweak=1'">
Change Several [% terms.Bugs %] at Once</button>
[% END %] [% END %]
[% IF bugowners && user.id %] [% IF bugowners && user.id %]
<a href="mailto:[% bugowners FILTER html %]" <button type="button"
><button>Send Mail to [% terms.Bug %] Assignees</button></a> onclick="document.location='mailto:[% bugowners FILTER html %]'">
Send Mail to [% terms.Bug %] Assignees</button>
[% END %] [% END %]
[%# Links to more things users can do with this bug list. %] [%# Links to more things users can do with this bug list. %]
...@@ -256,15 +260,18 @@ ...@@ -256,15 +260,18 @@
<br> <br>
[% END %] [% END %]
<div class="bz_query_edit"> <div class="bz_query_edit">
<a href="[% PROCESS edit_search_url %]"><button>Edit Search</button></a> <button type="button"
onclick="document.location='[% PROCESS edit_search_url %]'">
Edit Search</button>
</div> </div>
[% IF searchtype == "saved" %] [% IF searchtype == "saved" %]
<div class="bz_query_forget"> <div class="bz_query_forget">
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd= <button type="button"
[% searchname FILTER uri %]&amp;token= onclick="document.location='buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
[% issue_hash_token([search_id, searchname]) FILTER uri %]" [%- searchname FILTER uri %]&amp;token=
><button>Forget Search '[% searchname FILTER html %]'</button></a> [%- issue_hash_token([search_id, searchname]) FILTER uri %]'">
Forget Search '[% searchname FILTER html %]'</button>
</div> </div>
[% ELSE %] [% ELSE %]
<div class="bz_query_remember"> <div class="bz_query_remember">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment