From 84c503892397b64020047cffe4fc32bae6bd8a85 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 18 Mar 2008 02:38:27 +0000 Subject: Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links appear in footer even if the site doesn't use requests - Patch by Frédéric Buclin r=wurblzap a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/common-links.html.tmpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index 94fed709f..db913d9a1 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -39,12 +39,14 @@
  • | Reports
  • - | - [% IF user.id %] - My Requests - [% ELSE %] - Requests + [% IF Bugzilla.has_flags %] + | + [% IF user.id %] + My Requests + [% ELSE %] + Requests + [% END %] [% END %] [%-# Work around FF bug: keep this on one line %]
  • -- cgit v1.2.3-24-g4f1b