From 2e6e3e13587ee526ba94faabd5551e67508518f5 Mon Sep 17 00:00:00 2001
From: dklawren
Date: Fri, 7 Sep 2018 06:04:50 -0400
Subject: Bug 1488292 - Remove MozReview extension from BMO code tree as
MozReview is being decommissioned
---
template/en/default/account/prefs/apikey.html.tmpl | 18 +-
template/en/default/attachment/create.html.tmpl | 1 -
template/en/default/bug/edit.html.tmpl | 195 ++++++++++-----------
template/en/default/email/new-api-key.txt.tmpl | 5 +-
4 files changed, 102 insertions(+), 117 deletions(-)
(limited to 'template/en/default')
diff --git a/template/en/default/account/prefs/apikey.html.tmpl b/template/en/default/account/prefs/apikey.html.tmpl
index cdbee848b..c4b4074c1 100644
--- a/template/en/default/account/prefs/apikey.html.tmpl
+++ b/template/en/default/account/prefs/apikey.html.tmpl
@@ -34,25 +34,15 @@ here.
- [% IF api_key.is_mozreview %]
- hidden
- [% ELSE %]
- [% api_key.api_key FILTER html %]
- [% END %]
+ [% api_key.api_key FILTER html %]
|
- [% IF api_key.is_mozreview %]
- MozReview
- [% ELSE %]
-
- [% END %]
+
|
[% IF api_key.last_used %]
[% api_key.last_used FILTER time %]
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index f83a9f83a..5e996041c 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -39,7 +39,6 @@
doc_section = "attachments.html"
%]
-[%# BMO hook for displaying MozReview message %]
[% Hook.process('before_form') %]
|