]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 537759: The "Description" field for attachments should be highlighted as being...
authorKent Rogers <kar@cray.com>
Mon, 15 Aug 2011 13:15:44 +0000 (15:15 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 15 Aug 2011 13:15:44 +0000 (15:15 +0200)
r/a=LpSolit

template/en/default/attachment/createformcontents.html.tmpl

index f7b86f8845479ccc075b6448ec1922846befa66c..5b04382b657b9272fb280926a72f9840ccd6f790 100644 (file)
   </td>
 </tr>
 <tr>
-  <th><label for="description">Description</label>:</th>
+  <th class="required"><label for="description">Description</label>:</th>
   <td>
     <em>Describe the attachment briefly.</em><br>
-    <input type="text" id="description" name="description" size="60" maxlength="200">
+    <input type="text" id="description" name="description" class="required"
+           size="60" maxlength="200">
   </td>
 </tr>
 <tr[% ' class="expert_fields"' UNLESS bug.id %]>