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
72839930
You need to sign in or sign up before continuing.
Commit
72839930
authored
Aug 09, 2011
by
Matt Selsky
Committed by
Max Kanat-Alexander
Aug 09, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-coded
"Severity" r=mkanat, a=mkanat
parent
441aaf23
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
10 deletions
+13
-10
create-guided.html.tmpl
template/en/default/bug/create/create-guided.html.tmpl
+2
-2
edit-multiple.html.tmpl
template/en/default/list/edit-multiple.html.tmpl
+3
-2
release-notes.html.tmpl
template/en/default/pages/release-notes.html.tmpl
+6
-3
mail.txt.tmpl
template/en/default/whine/mail.txt.tmpl
+2
-3
No files found.
template/en/default/bug/create/create-guided.html.tmpl
View file @
72839930
...
...
@@ -23,7 +23,7 @@
# This template has the same interface as create.html.tmpl
#%]
[% PROCESS global/
variable
s.none.tmpl %]
[% PROCESS global/
field-desc
s.none.tmpl %]
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
...
...
@@ -440,7 +440,7 @@ function PutDescription() {
<tr>
<td valign="top" align="right">
<b>
Severity
</b>
<b>
[% field_descs.bug_severity FILTER html %]
</b>
</td>
<td valign="top">
<select name="bug_severity">
...
...
template/en/default/list/edit-multiple.html.tmpl
View file @
72839930
...
...
@@ -22,7 +22,7 @@
# Reed Loden <reed@reedloden.com>
#%]
[% PROCESS global/
variable
s.none.tmpl %]
[% PROCESS global/
field-desc
s.none.tmpl %]
[% dontchange = "--do_not_change--" %]
<input type="hidden" name="dontchange" value="[% dontchange FILTER html %]">
...
...
@@ -107,7 +107,8 @@
<th>
<label for="bug_severity">
<a href="page.cgi?id=fields.html#bug_severity">Severity</a>:
<a href="page.cgi?id=fields.html#bug_severity">[% field_descs.bug_severity
FILTER html %]</a>:
</label>
</th>
<td>
...
...
template/en/default/pages/release-notes.html.tmpl
View file @
72839930
...
...
@@ -1263,9 +1263,12 @@
<li><b>+</b> as a prefix to mean "search additional resolutions", and
<b>+</b> as a prefix to mean "search just the summary". You can
instead use <kbd>summary:</kbd> to explicitly search summaries.</li>
<li>Searching the Severity field if you type something that matches
the first few characters of a severity. You can explicitly search
the Severity field if you want to find [% terms.bugs %] by severity.</li>
<li>Searching the [% field_descs.bug_severity FILTER html %] field if you
type something that matches the first few characters of a [%
field_descs.bug_severity FILTER html %]. You can explicitly
search the [% field_descs.bug_severity FILTER html %] field if you want to
find [% terms.bugs %] by [% field_descs.bug_severity FILTER
html %].</li>
<li>Searching the Priority field if you typed something that exactly
matched the name of a priority. You can explicitly search the
Priority field if you want to find [% terms.bugs %] by priority.</li>
...
...
template/en/default/whine/mail.txt.tmpl
View file @
72839930
...
...
@@ -28,8 +28,7 @@
# recipient: user object for the intended recipient of the message
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS 'global/field-descs.none.tmpl' %]
[% PROCESS global/field-descs.none.tmpl %]
[% body %]
...
...
@@ -50,7 +49,7 @@
[% terms.Bug +%] [%+ bug.bug_id %]:
[%+ urlbase %]show_bug.cgi?id=[% bug.bug_id +%]
Priority: [%+ display_value("priority", bug.priority) -%]
Severity
: [%+ display_value("bug_severity", bug.bug_severity) -%]
[% field_descs.bug_severity %]
: [%+ display_value("bug_severity", bug.bug_severity) -%]
Platform: [%+ display_value("rep_platform", bug.rep_platform) %]
Assignee: [%+ bug.assigned_to %]
Status: [%+ display_value("bug_status", bug.bug_status) %]
...
...
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