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
47990ac5
Commit
47990ac5
authored
Jul 23, 2009
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 506056 - Status and Resolution in Search description not localizable.
Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
parent
a1d2460f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
list.html.tmpl
template/en/default/list/list.html.tmpl
+10
-0
No files found.
template/en/default/list/list.html.tmpl
View file @
47990ac5
...
@@ -91,7 +91,17 @@
...
@@ -91,7 +91,17 @@
[% IF shown_types.contains(desc_item.type) || debug %]
[% IF shown_types.contains(desc_item.type) || debug %]
([% search_descs.${desc_item.type} FILTER html %])
([% search_descs.${desc_item.type} FILTER html %])
[% END %]
[% END %]
[% IF desc_item.field == 'bug_status' %]
[% FOREACH status IN desc_item.value.split(',') %]
[%+ get_status(status) FILTER html %][% ',' UNLESS loop.last %]
[% END %]
[% ELSIF desc_item.field == 'resolution' %]
[% FOREACH resolution IN desc_item.value.split(',') %]
[%+ get_resolution(resolution) FILTER html %][% ',' UNLESS loop.last %]
[% END %]
[% ELSE %]
[%+ desc_item.value FILTER html %]
[%+ desc_item.value FILTER html %]
[% END %]
[% IF debug %]
[% IF debug %]
(<code>[% desc_item.term FILTER html %]</code>)
(<code>[% desc_item.term FILTER html %]</code>)
[% END %]
[% 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