diff options
author | jocuri%softhome.net <> | 2004-09-01 08:28:09 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-09-01 08:28:09 +0200 |
commit | fcd317eee72a7eb2d439a68e47e988997d709b25 (patch) | |
tree | 3ae7b892f769d9e90603950fd57bcb9c219de98f /template/en/default | |
parent | 3327b874b8cceeefbef526efa6a682160b2c12c7 (diff) | |
download | bugzilla-fcd317eee72a7eb2d439a68e47e988997d709b25.tar.gz bugzilla-fcd317eee72a7eb2d439a68e47e988997d709b25.tar.xz |
Patch for bug 254371: include Flag Types in create new attachments form; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>; r=jouni, a=myk.
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/attachment/create.html.tmpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index e97812181..3089c0d5f 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -43,6 +43,12 @@ vertical-align: baseline; padding-bottom: 5px; } + + table#flags th, table#flags td { + text-align: left; + vertical-align: baseline; + font-size: small; + } " onload="setContentTypeDisabledState();" %] @@ -138,6 +144,14 @@ </tr> [% END %] <tr> + <td> </td> + <td> + [% IF flag_types.size > 0 %] + [% PROCESS "flag/list.html.tmpl" bug_id=bugid attach_id=attachid %]<br> + [% END %] + </td> + </tr> + <tr> <th>Comment:</th> <td> <em>(optional) Add a comment about this attachment to the [% terms.bug %].</em><br> |