Bug 276560: Use webbadge icons for alternate format links on buglist
r=LpSolit a=justdave git-svn-id: svn://10.0.0.236/trunk@265297 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1 +1 @@
|
||||
8964
|
||||
8965
|
||||
@@ -1 +1 @@
|
||||
d6370f0638bfb1e237334e35e4e23524280cf6d2
|
||||
d9cd47075697a363b94c575526937ad40c617a0b
|
||||
BIN
mozilla/webtools/bugzilla/images/csv.png
Normal file
BIN
mozilla/webtools/bugzilla/images/csv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
mozilla/webtools/bugzilla/images/ical.png
Normal file
BIN
mozilla/webtools/bugzilla/images/ical.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 241 B |
Binary file not shown.
|
Before Width: | Height: | Size: 764 B After Width: | Height: | Size: 1.2 KiB |
BIN
mozilla/webtools/bugzilla/images/rss_small.png
Normal file
BIN
mozilla/webtools/bugzilla/images/rss_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 764 B |
BIN
mozilla/webtools/bugzilla/images/xml.png
Normal file
BIN
mozilla/webtools/bugzilla/images/xml.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -42,6 +42,31 @@
|
||||
.bz_sort_order_primary { color: black; }
|
||||
.bz_sort_order_secondary { color: #777; }
|
||||
|
||||
.bz_query_buttons #xml {
|
||||
vertical-align: middle;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.bz_query_buttons button {
|
||||
border: 0px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.bz_query_buttons form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.bz_query_links a img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.bz_query_links a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.bz_query_links button, .bz_query_edit button {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.bz_id_column {
|
||||
}
|
||||
@@ -131,6 +156,10 @@ td.bz_total {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.buglist_menu .bz_query_buttons {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div.bz_query_buttons {
|
||||
max-width: 15em;
|
||||
}
|
||||
|
||||
@@ -262,7 +262,7 @@ div#docslinks {
|
||||
}
|
||||
|
||||
.rss {
|
||||
background: transparent url(../../images/rss.png) no-repeat;
|
||||
background: transparent url(../../images/rss_small.png) no-repeat;
|
||||
padding-left: 16px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
@@ -195,14 +195,6 @@
|
||||
<input type="hidden" name="format" value="multiple">
|
||||
<input type="submit" id="long_format" value="Long Format">
|
||||
</form>
|
||||
<form method="post" action="show_bug.cgi">
|
||||
<input type="hidden" name="ctype" value="xml">
|
||||
[% FOREACH id = buglist %]
|
||||
<input type="hidden" name="id" value="[% id FILTER html %]">
|
||||
[% END %]
|
||||
<input type="hidden" name="excludefield" value="attachmentdata">
|
||||
<input type="submit" value="XML" id="xml">
|
||||
</form>
|
||||
|
||||
[% IF user.is_timetracker %]
|
||||
<form method="post" action="summarize_time.cgi">
|
||||
@@ -220,46 +212,55 @@
|
||||
</span>
|
||||
[% END %]
|
||||
[% END %]
|
||||
</div>
|
||||
|
||||
<form method="post" action="show_bug.cgi">
|
||||
<input type="hidden" name="ctype" value="xml">
|
||||
[% FOREACH id = buglist %]
|
||||
<input type="hidden" name="id" value="[% id FILTER html %]">
|
||||
[% END %]
|
||||
<input type="hidden" name="excludefield" value="attachmentdata">
|
||||
<button type="submit" id="xml">
|
||||
<img src="images/xml.png" width="24" height="24" alt="XML" title="XML Format">
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="bz_query_links">
|
||||
<a href="buglist.cgi?
|
||||
[% urlquerypart FILTER html %]&ctype=csv&human=1">CSV</a> |
|
||||
<a href="buglist.cgi?
|
||||
[% urlquerypart FILTER html %]&title=
|
||||
[%- title FILTER html %]&ctype=atom">Feed</a> |
|
||||
<a href="buglist.cgi?
|
||||
[% urlquerypart FILTER html %]&ctype=ics">iCalendar</a> |
|
||||
<a href="colchange.cgi?
|
||||
[% urlquerypart FILTER html %]&query_based_on=
|
||||
[% defaultsavename OR searchname FILTER uri %]">Change Columns</a> |
|
||||
<a href="buglist.cgi?[% urlquerypart FILTER html %]&ctype=csv&human=1"
|
||||
><img title="CSV Format" alt="CSV" src="images/csv.png" height="24" width="24"></a>
|
||||
<a href="buglist.cgi?[% urlquerypart FILTER html %]&title=
|
||||
[%- title FILTER uri %]&ctype=atom"
|
||||
><img title="Feed Format" alt="Feed" src="images/rss.png" height="24" width="24"></a>
|
||||
<a href="buglist.cgi?[% urlquerypart FILTER html %]&ctype=ics"
|
||||
><img title="iCal Format" alt="iCal" src="images/ical.png" height="24" width="24"></a>
|
||||
<a href="colchange.cgi?[% urlquerypart FILTER html %]&query_based_on=
|
||||
[% defaultsavename OR searchname FILTER uri %]"
|
||||
><button>Change Columns</button></a>
|
||||
|
||||
[% IF bugs.size > 1 && caneditbugs && !dotweak %]
|
||||
<a href="buglist.cgi?[% urlquerypart FILTER html %]
|
||||
[%- "&order=$qorder" FILTER html IF order %]&tweak=1"
|
||||
>Change Several [% terms.Bugs %] at Once</a>
|
||||
|
|
||||
><button>Change Several [% terms.Bugs %] at Once</button></a>
|
||||
[% END %]
|
||||
|
||||
[% IF bugowners && user.id %]
|
||||
<a href="mailto:
|
||||
[% bugowners FILTER html %]">Send Mail to [% terms.Bug %] Assignees</a> |
|
||||
<a href="mailto:[% bugowners FILTER html %]"
|
||||
><button>Send Mail to [% terms.Bug %] Assignees</button></a>
|
||||
[% END %]
|
||||
|
||||
[%# Links to more things users can do with this bug list. %]
|
||||
[% Hook.process("links") %]
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<div class="bz_query_edit">
|
||||
<a href="[% PROCESS edit_search_url %]">Edit Search</a>
|
||||
<a href="[% PROCESS edit_search_url %]"><button>Edit Search</button></a>
|
||||
</div>
|
||||
|
||||
[% IF searchtype == "saved" %]
|
||||
<div class="bz_query_forget">
|
||||
| <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
|
||||
<a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd=
|
||||
[% searchname FILTER uri %]&token=
|
||||
[% issue_hash_token([search_id, searchname]) FILTER uri %]">
|
||||
Forget Search '[% searchname FILTER html %]'</a>
|
||||
[% issue_hash_token([search_id, searchname]) FILTER uri %]"
|
||||
><button>Forget Search '[% searchname FILTER html %]'</button></a>
|
||||
</div>
|
||||
[% ELSE %]
|
||||
<div class="bz_query_remember">
|
||||
|
||||
Reference in New Issue
Block a user