From ef96ae157223b3309f7703798b32b0b386b2edff Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 10 Mar 2015 13:07:56 +0800 Subject: Bug 1003701: add the ability for users to prevent review/feedback/needinfo requests --- .../en/default/hook/account/prefs/account-field.html.tmpl | 11 ----------- .../en/default/hook/account/prefs/account-start.html.tmpl | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 extensions/UserProfile/template/en/default/hook/account/prefs/account-field.html.tmpl create mode 100644 extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl (limited to 'extensions/UserProfile') diff --git a/extensions/UserProfile/template/en/default/hook/account/prefs/account-field.html.tmpl b/extensions/UserProfile/template/en/default/hook/account/prefs/account-field.html.tmpl deleted file mode 100644 index f2e3aad01..000000000 --- a/extensions/UserProfile/template/en/default/hook/account/prefs/account-field.html.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -[%# 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. - #%] - - - [% terms.Bugzilla %] User Profile -

diff --git a/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl b/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl new file mode 100644 index 000000000..f2e3aad01 --- /dev/null +++ b/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl @@ -0,0 +1,11 @@ +[%# 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. + #%] + + + [% terms.Bugzilla %] User Profile +

-- cgit v1.2.3-24-g4f1b