From 5802599c4c23b92aee027d763d73002d1880e31e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 11 Sep 2014 01:49:24 +0200 Subject: Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 spec about valid keywords r=dkl a=sgreen --- template/en/default/global/header.html.tmpl | 2 - .../en/default/global/site-navigation.html.tmpl | 75 ---------------------- 2 files changed, 77 deletions(-) delete mode 100644 template/en/default/global/site-navigation.html.tmpl (limited to 'template/en/default/global') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 5740016a6..4f6e187d8 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -85,8 +85,6 @@ [% END %] - [% PROCESS "global/site-navigation.html.tmpl" %] - [% PROCESS 'global/setting-descs.none.tmpl' %] [% SET yui = yui_resolve_deps(yui, yui_deps) %] diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl deleted file mode 100644 index 5c68ad7f6..000000000 --- a/template/en/default/global/site-navigation.html.tmpl +++ /dev/null @@ -1,75 +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. - #%] - -[%# INTERFACE: - # bug.bug_id: integer. Number of current bug (for navigation purposes) - #%] - -[% USE Bugzilla %] -[% cgi = Bugzilla.cgi %] - -[% IF NOT (cgi.user_agent("MSIE [1-6]") OR cgi.user_agent("Mozilla/4")) %] - - - [%# *** Attachment *** %] - [% IF attachment && attachment.bug_id %] - - [% END %] - - - [%# *** Dependencies, Activity, Print-version *** %] - [% IF bug %] - - [% IF Param('webdotbase') %] - - [% END %] - - - - [% END %] - - - [%# *** Saved Searches *** %] - [% IF user.showmybugslink %] - [% user_login = user.login FILTER uri %] - - [% END %] - - [% FOREACH q = user.queries_subscribed %] - - [% END %] - - [%# *** Bugzilla Administration Tools *** %] - [% IF user.login %] - [% '' IF user.in_group('tweakparams') %] - [% '' IF user.in_group('editusers') %] - [% '' - IF user.in_group('editcomponents') || user.get_products_by_permission("editcomponents").size %] - [% '' IF user.in_group('editcomponents') %] - [% '' IF user.in_group('creategroups') %] - [% '' IF user.in_group('editkeywords') %] - [% '' IF user.in_group('bz_canusewhines') %] - [% '' IF user.in_group('editcomponents') %] - [% END %] -[% END %] -- cgit v1.2.3-24-g4f1b