summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorKent Rogers <kar@cray.com>2011-08-15 15:15:44 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-15 15:15:44 +0200
commit63efc1fab453cd0c035890dd0641e90e581f6fb4 (patch)
tree24b2f84f08285b33c7417ace3e46b645ae96aa96 /template/en/default/attachment
parent640ec1663b430fa616c2d5af14edbd6dafb85a89 (diff)
downloadbugzilla-63efc1fab453cd0c035890dd0641e90e581f6fb4.tar.gz
bugzilla-63efc1fab453cd0c035890dd0641e90e581f6fb4.tar.xz
Bug 537759: The "Description" field for attachments should be highlighted as being mandatory
r/a=LpSolit
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/createformcontents.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl
index f7b86f884..5b04382b6 100644
--- a/template/en/default/attachment/createformcontents.html.tmpl
+++ b/template/en/default/attachment/createformcontents.html.tmpl
@@ -43,10 +43,11 @@
</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 %]>