# This template has the same interface as create.html.tmpl
#%]
-[% PROCESS global/field-descs.none.tmpl %]
-
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
# 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>
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>
# recipient: user object for the intended recipient of the message
#%]
-[% PROCESS global/field-descs.none.tmpl %]
-
[% body %]
[% IF author.login == recipient.login %]