diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 8d5e7c3eb71..dafe41fa9b2 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8501 \ No newline at end of file +8502 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/skins/standard/admin.css b/mozilla/webtools/bugzilla/skins/standard/admin.css index 0b138642c14..c2b822bbeb1 100644 --- a/mozilla/webtools/bugzilla/skins/standard/admin.css +++ b/mozilla/webtools/bugzilla/skins/standard/admin.css @@ -27,6 +27,12 @@ background-color: inherit; } +.confirmation { + background-color: red; + padding: 3ex; + width: 70%; +} + p.areyoureallyreallysure { color: red; font-size: 120%; diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl index f69efd9eca6..d85e17c12c8 100644 --- a/mozilla/webtools/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/mozilla/webtools/bugzilla/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'] %]
|
+ There [% IF milestone.bug_count > 1 %] are [% milestone.bug_count FILTER none %] [%+ terms.bugs %] @@ -65,9 +65,7 @@ of these [% terms.bugs %] will be retargeted to [% product.default_milestone FILTER html %], the default milestone for the [% product.name FILTER html %] product. - |
Do you really want to delete this milestone?
diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/products/confirm-delete.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/products/confirm-delete.html.tmpl index 8d0d55c4238..3b1c05fe2ae 100644 --- a/mozilla/webtools/bugzilla/template/en/default/admin/products/confirm-delete.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/admin/products/confirm-delete.html.tmpl @@ -194,7 +194,7 @@ [% IF !Param("allowbugdeletion") %] -
Sorry, there +
Sorry, there [% IF product.bug_count > 1 %] are [% product.bug_count FILTER html %] [%+ terms.bugs %] diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/versions/confirm-delete.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/versions/confirm-delete.html.tmpl index 3be08968235..e6f39226fa2 100644 --- a/mozilla/webtools/bugzilla/template/en/default/admin/versions/confirm-delete.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/admin/versions/confirm-delete.html.tmpl @@ -18,6 +18,7 @@ [% PROCESS global/header.html.tmpl title = title + style_urls = ['skins/standard/admin.css'] %]