From b3821a27575b9df948e7387b9499a020e4a2dd34 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Sun, 2 Dec 2012 19:23:58 +0100 Subject: Bug 460372: The confirmation thrown when deleting a custom field, component, version or product must have a red background if the deletion affects bugs r/a=LpSolit --- template/en/default/admin/milestones/confirm-delete.html.tmpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'template/en/default/admin/milestones') diff --git a/template/en/default/admin/milestones/confirm-delete.html.tmpl b/template/en/default/admin/milestones/confirm-delete.html.tmpl index 5ab10c52c..d0b69b8ac 100644 --- a/template/en/default/admin/milestones/confirm-delete.html.tmpl +++ b/template/en/default/admin/milestones/confirm-delete.html.tmpl @@ -18,6 +18,7 @@ [% PROCESS global/header.html.tmpl title = title + style_urls = ['skins/standard/admin.css'] %] @@ -53,8 +54,7 @@ [% IF milestone.bug_count %] -
- -
+

There [% IF milestone.bug_count > 1 %] are [% milestone.bug_count FILTER none %] [%+ terms.bugs %] @@ -65,9 +65,7 @@ ALL of these [% terms.bugs %] will be retargeted to [% product.default_milestone FILTER html %], the default milestone for the [% product.name FILTER html %] product. -

- +

[% END %]

Do you really want to delete this milestone?

-- cgit v1.2.3-24-g4f1b