From fcd317eee72a7eb2d439a68e47e988997d709b25 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 1 Sep 2004 06:28:09 +0000 Subject: Patch for bug 254371: include Flag Types in create new attachments form; patch by Alexandre Michetti Manduca ; r=jouni, a=myk. --- template/en/default/attachment/create.html.tmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'template/en/default/attachment/create.html.tmpl') 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();" %] @@ -137,6 +143,14 @@ [% END %] + + + + [% IF flag_types.size > 0 %] + [% PROCESS "flag/list.html.tmpl" bug_id=bugid attach_id=attachid %]
+ [% END %] + + Comment: -- cgit v1.2.3-24-g4f1b