summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/confirm-delete.html.tmpl
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2012-12-02 19:23:58 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-02 19:23:58 +0100
commitb3821a27575b9df948e7387b9499a020e4a2dd34 (patch)
treea257a9547906c8fbadf70d6afef29ac6a3b029c0 /template/en/default/admin/components/confirm-delete.html.tmpl
parentca9a9be386bd21415245937fbb110d706e1a5d05 (diff)
downloadbugzilla-b3821a27575b9df948e7387b9499a020e4a2dd34.tar.gz
bugzilla-b3821a27575b9df948e7387b9499a020e4a2dd34.tar.xz
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
Diffstat (limited to 'template/en/default/admin/components/confirm-delete.html.tmpl')
-rw-r--r--template/en/default/admin/components/confirm-delete.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index f69efd9ec..d85e17c12 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -19,6 +19,7 @@ from '[% product.name FILTER html %]' product
[% PROCESS global/header.html.tmpl
title = title
+ style_urls = ['skins/standard/admin.css']
%]
<table border="1" cellpadding="4" cellspacing="0">
@@ -92,7 +93,7 @@ from '[% product.name FILTER html %]' product
[% IF comp.bug_count %]
[% IF !Param("allowbugdeletion") %]
- <p>
+ <p class="confirmation">
Sorry, there
[% IF comp.bug_count > 1 %]