diff options
author | Byron Jones <glob@mozilla.com> | 2014-09-01 08:04:02 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-09-01 08:04:18 +0200 |
commit | 1f6f7f13093e0c3c51fe43fa9c4eb1330256ad93 (patch) | |
tree | f6da8ad340802f15f42e9ea4b17b136b9e16c951 /template/en/default/list | |
parent | 2251b986b5ffef72b2ce06e6f90652c3ff598a38 (diff) | |
download | bugzilla-1f6f7f13093e0c3c51fe43fa9c4eb1330256ad93.tar.gz bugzilla-1f6f7f13093e0c3c51fe43fa9c4eb1330256ad93.tar.xz |
Bug 1056162: add bit.ly support to bmo
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index cda06ac21..e7b635395 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -208,31 +208,27 @@ <td> </td> <td valign="middle" class="bz_query_links"> + [%# Links to more things users can do with this bug list. %] + [% Hook.process("links") %] + <a href="buglist.cgi? [% urlquerypart FILTER html %]&ctype=csv&human=1">CSV</a> | <a href="buglist.cgi? [% urlquerypart FILTER html %]&title= [%- title FILTER uri %]&ctype=atom">Feed</a> | <a href="buglist.cgi? - [% urlquerypart FILTER html %]&ctype=ics">iCalendar</a> | + [% urlquerypart FILTER html %]&ctype=ics">iCalendar</a> + + <br> <a href="colchange.cgi? [% urlquerypart FILTER html %]&query_based_on= - [% defaultsavename OR searchname FILTER uri %]">Change Columns</a> | + [% defaultsavename OR searchname FILTER uri %]">Change Columns</a> [% IF bugs.size > 1 && caneditbugs && !dotweak %] - <a href="buglist.cgi?[% urlquerypart FILTER html %] + | <a href="buglist.cgi?[% urlquerypart FILTER html %] [%- "&order=$qorder" FILTER html IF order %]&tweak=1" >Change Several [% terms.Bugs %] at Once</a> - | [% END %] - - [% IF bugowners && user.id %] - <a href="mailto: - [% bugowners FILTER html %]">Send Mail to [% terms.Bug %] Assignees</a> | - [% END %] - - [%# Links to more things users can do with this bug list. %] - [% Hook.process("links") %] </td> [% END %] |