Commit 873c5b69 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 364879: The custom field creation page generates invalid HTML code - Patch…

Bug 364879: The custom field creation page generates invalid HTML code - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=vladd a=justdave
parent 87262c45
...@@ -41,17 +41,16 @@ ...@@ -41,17 +41,16 @@
is "too complex". Please think carefully before adding any custom fields. is "too complex". Please think carefully before adding any custom fields.
It may be the case that [% terms.Bugzilla %] already does what you need, It may be the case that [% terms.Bugzilla %] already does what you need,
and you just haven't enabled the correct feature yet. and you just haven't enabled the correct feature yet.
<ul>
<li>Custom field names must begin with "cf_" to distinguish them from
standard fields. If you omit "cf_" from the beginning of the name, it
will be added for you.</li>
<li>Descriptions are a very short string describing the field and will be
used as the label for this field in the user interface.</li>
</ul>
<br>
</p> </p>
<ul>
<li>Custom field names must begin with "cf_" to distinguish them from
standard fields. If you omit "cf_" from the beginning of the name, it
will be added for you.</li>
<li>Descriptions are a very short string describing the field and will be
used as the label for this field in the user interface.</li>
</ul>
<form id="add_field" action="editfields.cgi" method="GET"> <form id="add_field" action="editfields.cgi" method="GET">
<table border="0" cellspacing="0" cellpadding="5"> <table border="0" cellspacing="0" cellpadding="5">
<tr> <tr>
...@@ -101,10 +100,11 @@ ...@@ -101,10 +100,11 @@
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
</table> </table>
<br> <p>
<input type="hidden" name="action" value="new"> <input type="hidden" name="action" value="new">
<input type="hidden" name="token" value="[% token FILTER html %]"> <input type="hidden" name="token" value="[% token FILTER html %]">
<input type="submit" id="create" value="Create"> <input type="submit" id="create" value="Create">
</p>
</form> </form>
<p> <p>
......
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