diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-14 18:55:35 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-14 18:55:35 +0100 |
commit | f4bbc8096cbdaa930833d7e4959457a4bd881a84 (patch) | |
tree | 1109bf66fa274ded0aa3391f7ebf040bff76abc0 /template/en/default/global | |
parent | d66fed127fb35e37330882300bc3d8c502f7fe10 (diff) | |
download | bugs-f4bbc8096cbdaa930833d7e4959457a4bd881a84.tar bugs-f4bbc8096cbdaa930833d7e4959457a4bd881a84.tar.gz bugs-f4bbc8096cbdaa930833d7e4959457a4bd881a84.tar.bz2 bugs-f4bbc8096cbdaa930833d7e4959457a4bd881a84.tar.xz bugs-f4bbc8096cbdaa930833d7e4959457a4bd881a84.zip |
Bug 830373: Remove the unused global/help.html.tmpl template
r=wicked a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/footer.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/help.html.tmpl | 20 |
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 %] |