Commit 1a34c347 authored by Kent Rogers's avatar Kent Rogers Committed by Frédéric Buclin

Bug 537759: The "Description" field for attachments should be highlighted as being mandatory

r/a=LpSolit
parent ca9aa055
...@@ -43,10 +43,11 @@ ...@@ -43,10 +43,11 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th><label for="description">Description</label>:</th> <th class="required"><label for="description">Description</label>:</th>
<td> <td>
<em>Describe the attachment briefly.</em><br> <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> </td>
</tr> </tr>
<tr[% ' class="expert_fields"' UNLESS bug.id %]> <tr[% ' class="expert_fields"' UNLESS bug.id %]>
......
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