From ce1f58bdbcd2c3dc4faa6b07863ac4636c1a0566 Mon Sep 17 00:00:00 2001 From: "olav%bkor.dhs.org" <> Date: Fri, 20 Oct 2006 02:23:16 +0000 Subject: Bug 72863: Remove ugly table shown when posting/changing a bug Patch by Olav Vitters r+a=justdave --- template/en/default/bug/process/bugmail.html.tmpl | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'template/en/default/bug/process/bugmail.html.tmpl') diff --git a/template/en/default/bug/process/bugmail.html.tmpl b/template/en/default/bug/process/bugmail.html.tmpl index 557f091a1..670c2b04e 100644 --- a/template/en/default/bug/process/bugmail.html.tmpl +++ b/template/en/default/bug/process/bugmail.html.tmpl @@ -40,32 +40,29 @@ [% mail = SendBugMail(mailing_bugid, mailrecipients) %] +
[% PROCESS emails description = "Email sent to" names = mail.sent %] -
+ [% PROCESS emails description = "Excluding" names = mail.excluded %] -
-
- If you wish to tweak the kinds of mail [% terms.Bugzilla %] sends you, you can - change your preferences. -
- +
[%############################################################################%] [%# Block for a set of email addresses #%] [%############################################################################%] [% BLOCK emails %] - [% description FILTER html %]: +
[% description FILTER html %]:
+
[% IF user.can_see_bug(mailing_bugid) %] [% IF names.size > 0 %] [%+ FOREACH name = names %] - [% name FILTER html %][% ", " UNLESS loop.last() %] + [% name FILTER html %][% ", " UNLESS loop.last() %] [% END %] [% ELSE %] no one @@ -73,4 +70,5 @@ [% ELSE %] (list of e-mails not available) [% END %] +
[% END %] -- cgit v1.2.3-24-g4f1b