]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage from fixing "Severity" to field_descs.bug_severity.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 9 Aug 2011 23:03:20 +0000 (16:03 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 9 Aug 2011 23:03:20 +0000 (16:03 -0700)
template/en/default/bug/create/create-guided.html.tmpl
template/en/default/list/edit-multiple.html.tmpl
template/en/default/pages/release-notes.html.tmpl
template/en/default/whine/mail.txt.tmpl

index 7c291d4ddd010914cac70e07f96ff758b81c6238..9c01e23428a901737b086f722c53eb5ba9309f9e 100644 (file)
@@ -23,8 +23,6 @@
   # This template has the same interface as create.html.tmpl
   #%]
 
-[% PROCESS global/field-descs.none.tmpl %]
-
 [% USE Bugzilla %]
 [% cgi = Bugzilla.cgi %]
 
index fb37631b24d3b8c69c88cc2efed67a7a39300a10..c51dc233a3b722a5f444e3f235cc488590659d70 100644 (file)
@@ -22,8 +22,6 @@
   #                 Reed Loden <reed@reedloden.com>
   #%]
 
-[% PROCESS global/field-descs.none.tmpl %]
-
 [% dontchange = "--do_not_change--" %]
 <input type="hidden" name="dontchange" value="[% dontchange FILTER html %]">
 <input type="hidden" name="token" value="[% token FILTER html %]">
 
     <th>
       <label for="bug_severity">
-        <a href="page.cgi?id=fields.html#bug_severity">[% field_descs.bug_severity
-          FILTER html %]</a>:
+        <a href="page.cgi?id=fields.html#bug_severity">
+          [% field_descs.bug_severity FILTER html %]</a>:
       </label>
     </th>
     <td>
index ee3fed0ade5d8e0b9cea7d4725fc03a19afe0f98..e21ce2ed716b1835b81040fa5c9903153e39dd78 100644 (file)
     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>
+    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>
index eb6631fa5c51005c313d477353785ca779b8f32a..aa830243d7034ee75d7808344685c944d1aaec50 100644 (file)
@@ -28,8 +28,6 @@
   # recipient: user object for the intended recipient of the message
   #%]
 
-[% PROCESS global/field-descs.none.tmpl %]
-
 [% body %]
 
 [% IF author.login == recipient.login %]