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
8536f7e3
Commit
8536f7e3
authored
Feb 28, 2008
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional fix for bug 417146 - Patch by me, r=justdave
parent
6e191c3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
messages.html.tmpl
template/en/default/admin/sanitycheck/messages.html.tmpl
+9
-5
No files found.
template/en/default/admin/sanitycheck/messages.html.tmpl
View file @
8536f7e3
...
...
@@ -120,7 +120,7 @@
[%+ table FILTER html %].[% field FILTER html %]
[% IF keyname %]
[% IF keyname == "bug_id" %]
([%
"$terms.bug $key" FILTER bug_link(key) FILTER none
%])
([%
PROCESS bug_link bug_id = key
%])
[% ELSE %]
([% keyname FILTER html %] == '[% key FILTER html %]')
[% END %]
...
...
@@ -148,7 +148,7 @@
[%+ table FILTER html %].[% field2 FILTER html %].
[% IF keyname %]
[% IF keyname == "bug_id" %]
([%
"$terms.bug $key" FILTER bug_link(key) FILTER none
%])
([%
PROCESS bug_link bug_id = key
%])
[% ELSE %]
([% keyname FILTER html %] == '[% key FILTER html %]')
[% END %]
...
...
@@ -168,7 +168,7 @@
[% IF attach_id %]
attachment [% attach_id FILTER html %] in
[% END %]
[%+
"$terms.bug $bug_id" FILTER bug_link(bug_id) FILTER none
%].
[%+
PROCESS bug_link bug_id = bug_id
%].
[% ELSIF san_tag == "flag_fix" %]
<a href="sanitycheck.cgi?remove_invalid_flags=1">Click
...
...
@@ -205,7 +205,7 @@
Bogus keywordids [% id FILTER html %] found in keywords table.
[% ELSIF san_tag == "keyword_check_duplicated_ids" %]
Duplicate keyword IDs found in [%
"$terms.bug $id" FILTER bug_link(id) FILTER none
%].
Duplicate keyword IDs found in [%
PROCESS bug_link bug_id = id
%].
[% ELSIF san_tag == "keyword_cache_start" %]
Checking cached keywords.
...
...
@@ -265,7 +265,7 @@
rebuild the vote cache</a>
[% ELSIF san_tag == "vote_cache_alert" %]
Bad vote cache for [%
"$terms.bug $id" FILTER bug_link(id) FILTER none
%]
Bad vote cache for [%
PROCESS bug_link bug_id = id
%]
[% ELSIF san_tag == "vote_count_start" %]
Checking cached vote counts.
...
...
@@ -290,3 +290,7 @@
[% END %]
(<a href="buglist.cgi?bug_id=[% badbugs.join(",") FILTER url_quote %]">as buglist</a>).
[% END %]
[% BLOCK bug_link %]
<a href="show_bug.cgi?id=[% bug_id FILTER url_quote %]">[% terms.bug %] [%+ bug_id FILTER html %]</a>
[% END %]
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