Commit 81c0c249 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Fix bustage from fixing "Severity" to field_descs.bug_severity.

parent c8a9e020
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
# This template has the same interface as create.html.tmpl # This template has the same interface as create.html.tmpl
#%] #%]
[% PROCESS global/field-descs.none.tmpl %]
[% USE Bugzilla %] [% USE Bugzilla %]
[% cgi = Bugzilla.cgi %] [% cgi = Bugzilla.cgi %]
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
# Reed Loden <reed@reedloden.com> # Reed Loden <reed@reedloden.com>
#%] #%]
[% PROCESS global/field-descs.none.tmpl %]
[% dontchange = "--do_not_change--" %] [% dontchange = "--do_not_change--" %]
<input type="hidden" name="dontchange" value="[% dontchange FILTER html %]"> <input type="hidden" name="dontchange" value="[% dontchange FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]"> <input type="hidden" name="token" value="[% token FILTER html %]">
...@@ -107,8 +105,8 @@ ...@@ -107,8 +105,8 @@
<th> <th>
<label for="bug_severity"> <label for="bug_severity">
<a href="page.cgi?id=fields.html#bug_severity">[% field_descs.bug_severity <a href="page.cgi?id=fields.html#bug_severity">
FILTER html %]</a>: [% field_descs.bug_severity FILTER html %]</a>:
</label> </label>
</th> </th>
<td> <td>
......
...@@ -1267,8 +1267,7 @@ ...@@ -1267,8 +1267,7 @@
type something that matches the first few characters of a [% type something that matches the first few characters of a [%
field_descs.bug_severity FILTER html %]. You can explicitly field_descs.bug_severity FILTER html %]. You can explicitly
search the [% field_descs.bug_severity FILTER html %] field if you want to search the [% field_descs.bug_severity FILTER html %] field if you want to
find [% terms.bugs %] by [% field_descs.bug_severity FILTER find [% terms.bugs %] by [% field_descs.bug_severity FILTER html %].</li>
html %].</li>
<li>Searching the Priority field if you typed something that exactly <li>Searching the Priority field if you typed something that exactly
matched the name of a priority. You can explicitly search the matched the name of a priority. You can explicitly search the
Priority field if you want to find [% terms.bugs %] by priority.</li> Priority field if you want to find [% terms.bugs %] by priority.</li>
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
# recipient: user object for the intended recipient of the message # recipient: user object for the intended recipient of the message
#%] #%]
[% PROCESS global/field-descs.none.tmpl %]
[% body %] [% body %]
[% IF author.login == recipient.login %] [% IF author.login == recipient.login %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment