[%# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
#%]
[%# Migration note: this whole file corresponds to the old %commandmenu%
substitution param in 'footerhtml' %]
-
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_bottom" %]
[%# Saved searches %]
[% IF user.showmybugslink OR user.queries.size
OR user.queries_subscribed.size
%]
[% print_pipe = 0 %]
-
[% IF user.showmybugslink %]
[% filtered_username = user.login FILTER uri %]
- My [% terms.Bugs %]
[% print_pipe = 1 %]
[% END %]
[% FOREACH q = user.queries %]
[% IF q.link_in_footer %]
- [% '| ' IF print_pipe %]
[% q.name FILTER html %]
[% print_pipe = 1 %]
[% END %]
[% END %]
[% new_line = print_pipe %]
[% print_pipe = 0 %]
[% FOREACH q = user.queries_subscribed %]
[% IF new_line %]
[% new_line = 0 %]
[% END %]
-
[% '| ' IF print_pipe %]
[% q.name FILTER html FILTER no_break %]
[% print_pipe = 1 %]
[% END %]
[% END %]
[%# Individual bugs addition %]
[%# Sections of links to more things users can do on this installation. %]
[% Hook.process("end") %]