Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
77a59a45
Commit
77a59a45
authored
Jan 16, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 959402: Saved searches in the page footer cause the page to not be valid HTML5
r/a=justdave
parent
89d7ae58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
31 deletions
+29
-31
useful-links.html.tmpl
template/en/default/global/useful-links.html.tmpl
+29
-31
No files found.
template/en/default/global/useful-links.html.tmpl
View file @
77a59a45
...
...
@@ -6,51 +6,48 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
[%# Migration note: this whole file corresponds to the old %commandmenu%
substitution param in 'footerhtml' %]
<ul id="useful-links">
<li id="links-actions">
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_bottom" %]
</li>
[%# Saved searches %]
[% IF user.showmybugslink OR user.queries.size
OR user.queries_subscribed.size
%]
[% print_pipe = 0 %]
[% IF user.showmybugslink OR user.queries.size %]
<li id="links-saved">
<ul class="links">
[% print_pipe = 0 %]
[% IF user.showmybugslink %]
[% filtered_username = user.login FILTER uri %]
<li><a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a></li>
<li>
<a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a>
</li>
[% print_pipe = 1 %]
[% END %]
[% FOREACH q = user.queries %]
[% IF q.link_in_footer %]
<li>[% '<span class="separator">| </span>' IF print_pipe %]
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER uri %]">[% q.name FILTER html %]</a></li>
[% print_pipe = 1 %]
[% END %]
[% NEXT UNLESS q.link_in_footer %]
<li>
[% '<span class="separator">| </span>' IF print_pipe %]
<a href="buglist.cgi?cmdtype=runnamed&namedcmd=[% q.name FILTER uri %]">[% q.name FILTER html %]</a>
</li>
[% print_pipe = 1 %]
[% END %]
[% new_line = print_pipe %]
[% print_pipe = 0 %]
</ul>
</li>
[% END %]
[% IF user.queries_subscribed.size %]
<li id="links-shared">
<ul class="links">
[% FOREACH q = user.queries_subscribed %]
[% IF new_line %]
<br>
[% new_line = 0 %]
[% END %]
<li>
[% '<span class="separator">| </span>'
IF print_pipe
%]
[% '<span class="separator">| </span>'
UNLESS loop.first
%]
<a href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=
[% q.name FILTER uri %]&sharer_id=
[% q.user.id FILTER uri %]"
class="shared"
title="Shared by [% q.user.identity FILTER html %]"
>[% q.name FILTER html FILTER no_break %]</a></li>
[% print_pipe = 1 %]
[%- q.name FILTER uri %]&sharer_id=[% q.user.id FILTER uri %]"
class="shared" title="Shared by [% q.user.identity FILTER html %]">
[%- q.name FILTER html FILTER no_break %]</a>
</li>
[% END %]
</ul>
</li>
...
...
@@ -60,10 +57,11 @@
<li id="reports-saved">
<ul class="links">
[% FOREACH r = user.reports %]
<li>[% '<span class="separator">| </span>' IF print_pipe %]
<a href="report.cgi?[% r.query FILTER html %]&saved_report_id=
[%~ r.id FILTER uri %]">[% r.name FILTER html %]</a></li>
[% print_pipe = 1 %]
<li>
[% '<span class="separator">| </span>' UNLESS loop.first %]
<a href="report.cgi?[% r.query FILTER html %]&saved_report_id=
[%~ r.id FILTER uri %]">[% r.name FILTER html %]</a>
</li>
[% END %]
</ul>
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment