]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 830373: Remove the unused global/help.html.tmpl template
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 14 Jan 2013 17:55:35 +0000 (18:55 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 14 Jan 2013 17:55:35 +0000 (18:55 +0100)
r=wicked a=LpSolit

template/en/default/global/footer.html.tmpl
template/en/default/global/help.html.tmpl [deleted file]

index cf6a399671fa1b5b1e64d53f2fcc269b6031ee97..0e98d9efc467b9aff9e5baedf80be102d4c41cfd 100644 (file)
@@ -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 (file)
index 89adff7..0000000
+++ /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 %]