From 24a8be71c0954f8e09be2c6038f2ee6bd5556091 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 21 Nov 2012 13:15:09 +0800 Subject: Bug 812959: Add text to the enter_bug page when the Bugzilla product is selected referring to the bugzilla.mozilla.org product for site-specific issues --- .../en/default/bug/create/user-message.html.tmpl | 17 +++++++++++++++++ extensions/BMO/web/images/sign_warning.png | Bin 0 -> 1776 bytes 2 files changed, 17 insertions(+) create mode 100644 extensions/BMO/web/images/sign_warning.png (limited to 'extensions') diff --git a/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl b/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl index ccf008a38..8e33caec5 100644 --- a/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl @@ -35,3 +35,20 @@ most frequently reported [% terms.bugs %] and search through descriptions of previously reported [% terms.bugs %].

+ +[% IF product.name == 'Bugzilla' && + (user.in_group('mozilla-corporation') || user.in_group('mozilla-foundation')) %] +
+
+ +
+
+ Mozilla employees
+ This is not the place to request configuration, permission, or + account changes to this installation of [% terms.Bugzilla %] (bugzilla.mozilla.org).
+ File such changes under the appropriate component in the + bugzilla.mozilla.org + product. +
+
+[% END %] diff --git a/extensions/BMO/web/images/sign_warning.png b/extensions/BMO/web/images/sign_warning.png new file mode 100644 index 000000000..30963f47d Binary files /dev/null and b/extensions/BMO/web/images/sign_warning.png differ -- cgit v1.2.3-24-g4f1b