diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-14 18:57:35 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-14 18:57:35 +0100 |
commit | 87f87de5dba087a96bf15a64803250f1ff4673a6 (patch) | |
tree | d36ba6a68bc07b8cbc84b81f64a7724564431890 /template | |
parent | Bug 829939: Only build default_authorizer on request (diff) | |
download | bugzilla-87f87de5dba087a96bf15a64803250f1ff4673a6.tar.gz bugzilla-87f87de5dba087a96bf15a64803250f1ff4673a6.tar.bz2 bugzilla-87f87de5dba087a96bf15a64803250f1ff4673a6.zip |
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.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 %] |