diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/createformcontents.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index 42169796e..a1e168bec 100644 --- a/template/en/default/attachment/createformcontents.html.tmpl +++ b/template/en/default/attachment/createformcontents.html.tmpl @@ -49,7 +49,7 @@ <input type="text" id="description" name="description" size="60" maxlength="200"> </td> </tr> -<tr class="expert_fields"> +<tr[% ' class="expert_fields"' UNLESS bug.id %]> <th>Content Type:</th> <td> <em>If the attachment is a patch, check the box below.</em><br> @@ -82,7 +82,7 @@ onchange="if (this.value) this.form.contenttypemethod[2].checked = true;"> </td> </tr> -<tr class="expert_fields"> +<tr[% ' class="expert_fields"' UNLESS bug.id %]> <td> </td> <td> [% IF flag_types && flag_types.size > 0 %] |