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 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'extensions/BMO/template/en/default/bug/create') 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 %] -- cgit v1.2.3-24-g4f1b