summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-10 01:03:20 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-08-10 01:03:20 +0200
commit81c0c249e1dab7e8bef7c4923a7a805220d9daf1 (patch)
tree4fa674a7f7f1113e7a5d415d902119543bd8df22 /template
parentc8a9e020145de97d54e0e6e1c0785e4fa50809bd (diff)
downloadbugzilla-81c0c249e1dab7e8bef7c4923a7a805220d9daf1.tar.gz
bugzilla-81c0c249e1dab7e8bef7c4923a7a805220d9daf1.tar.xz
Fix bustage from fixing "Severity" to field_descs.bug_severity.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/create/create-guided.html.tmpl2
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl6
-rw-r--r--template/en/default/pages/release-notes.html.tmpl3
-rw-r--r--template/en/default/whine/mail.txt.tmpl2
4 files changed, 3 insertions, 10 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index 7c291d4dd..9c01e2342 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -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 %]
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index fb37631b2..c51dc233a 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -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 %]">
@@ -107,8 +105,8 @@
<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>
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index ee3fed0ad..e21ce2ed7 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -1267,8 +1267,7 @@
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>
diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl
index eb6631fa5..aa830243d 100644
--- a/template/en/default/whine/mail.txt.tmpl
+++ b/template/en/default/whine/mail.txt.tmpl
@@ -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 %]