]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364879: The custom field creation page generates invalid HTML code - Patch by...
authorlpsolit%gmail.com <>
Wed, 27 Dec 2006 02:01:07 +0000 (02:01 +0000)
committerlpsolit%gmail.com <>
Wed, 27 Dec 2006 02:01:07 +0000 (02:01 +0000)
template/en/default/admin/custom_fields/create.html.tmpl

index f4a89e56ef4f9b6186c4f2e7a12400bb53115b86..3fdb20f43884068dd984ad947f9e8c19022448e7 100644 (file)
   is "too complex". Please think carefully before adding any custom fields.
   It may be the case that [% terms.Bugzilla %] already does what you need,
   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>
 
+<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">
   <table border="0" cellspacing="0" cellpadding="5">
     <tr>
       <td>&nbsp;</td>
     </tr>
   </table>
-  <br>
-  <input type="hidden" name="action" value="new">
-  <input type="hidden" name="token" value="[% token FILTER html %]">
-  <input type="submit" id="create" value="Create">
+  <p>
+    <input type="hidden" name="action" value="new">
+    <input type="hidden" name="token" value="[% token FILTER html %]">
+    <input type="submit" id="create" value="Create">
+  </p>
 </form>
 
 <p>