From 84a7731d1b8da6e2c03581a9910f614b689b33f3 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 26 Aug 2014 17:25:56 +0800 Subject: Bug 1058479: move the "mozilla employees" warning on bugzilla::admin next to the submit button --- .../default/hook/bug/create/create-end.html.tmpl | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 extensions/BMO/template/en/default/hook/bug/create/create-end.html.tmpl (limited to 'extensions/BMO/template/en/default/hook') diff --git a/extensions/BMO/template/en/default/hook/bug/create/create-end.html.tmpl b/extensions/BMO/template/en/default/hook/bug/create/create-end.html.tmpl new file mode 100644 index 000000000..a152527ba --- /dev/null +++ b/extensions/BMO/template/en/default/hook/bug/create/create-end.html.tmpl @@ -0,0 +1,33 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% RETURN UNLESS 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).
+ This includes, but is not limited to: +
    +
  • New or updates to products and components
  • +
  • Changes to the values of existing fields (versions, milestones, etc)
  • +
+ Instead, please file such changes under + + + the Administration component in the bugzilla.mozilla.org + + + product. +
+
-- cgit v1.2.3-24-g4f1b