summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-01-14 18:55:35 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-14 18:55:35 +0100
commitf4bbc8096cbdaa930833d7e4959457a4bd881a84 (patch)
tree1109bf66fa274ded0aa3391f7ebf040bff76abc0 /template
parentd66fed127fb35e37330882300bc3d8c502f7fe10 (diff)
downloadbugzilla-f4bbc8096cbdaa930833d7e4959457a4bd881a84.tar.gz
bugzilla-f4bbc8096cbdaa930833d7e4959457a4bd881a84.tar.xz
Bug 830373: Remove the unused global/help.html.tmpl template
r=wicked a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/footer.html.tmpl2
-rw-r--r--template/en/default/global/help.html.tmpl20
2 files changed, 0 insertions, 22 deletions
diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl
index cf6a39967..0e98d9efc 100644
--- a/template/en/default/global/footer.html.tmpl
+++ b/template/en/default/global/footer.html.tmpl
@@ -11,8 +11,6 @@
# global/useful-links.html.tmpl.
#%]
-[% INCLUDE "global/help.html.tmpl" %]
-
</div>
[%# Migration note: below this point, this file corresponds to the old Param
diff --git a/template/en/default/global/help.html.tmpl b/template/en/default/global/help.html.tmpl
deleted file mode 100644
index 89adff7ef..000000000
--- a/template/en/default/global/help.html.tmpl
+++ /dev/null
@@ -1,20 +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.
- #%]
-
-[% USE Bugzilla %]
-[% cgi = Bugzilla.cgi %]
-
-[% IF cgi.param("help") %]
- <script type="text/javascript"> <!--
- [% FOREACH help_name = help_html.keys %]
- g_helpTexts["[% help_name FILTER js %]"] =
- "[%- help_html.$help_name FILTER js -%]";
- [% END %]
- // -->
- </script>
-[% END %]