From 2e5d910d9401c4fa8f105d8f9502d9e4ea27bb99 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Wed, 13 Dec 2017 16:06:06 -0500 Subject: Bug 1376826 - New HTML Header for BMO --- .../hook/global/common-links-action-links.html.tmpl | 12 ------------ .../en/default/hook/global/header-action-links.html.tmpl | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 extensions/MyDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl create mode 100644 extensions/MyDashboard/template/en/default/hook/global/header-action-links.html.tmpl (limited to 'extensions/MyDashboard/template/en/default') diff --git a/extensions/MyDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl b/extensions/MyDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl deleted file mode 100644 index 518743ccf..000000000 --- a/extensions/MyDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl +++ /dev/null @@ -1,12 +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. - #%] - -[% IF user.login %] -
  • | - My Dashboard
  • -[% END %] diff --git a/extensions/MyDashboard/template/en/default/hook/global/header-action-links.html.tmpl b/extensions/MyDashboard/template/en/default/hook/global/header-action-links.html.tmpl new file mode 100644 index 000000000..bf25e7a88 --- /dev/null +++ b/extensions/MyDashboard/template/en/default/hook/global/header-action-links.html.tmpl @@ -0,0 +1,16 @@ +[%# 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. + #%] + +[% IF user.login %] + +[% END %] -- cgit v1.2.3-24-g4f1b