From 42936cc51d9b222cb8b0fbc03775ce5b652381aa Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Tue, 14 Sep 2010 23:14:29 +0000 Subject: [PATCH] Mark the submenu item "Open Issues" active when its active (partially resolves issue 536) --- src/IDF/templates/idf/issues/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/templates/idf/issues/index.html b/src/IDF/templates/idf/issues/index.html index d2dfed4..0412cb7 100644 --- a/src/IDF/templates/idf/issues/index.html +++ b/src/IDF/templates/idf/issues/index.html @@ -1,5 +1,5 @@ {extends "idf/issues/base.html"} -{block docclass}yui-t2{/block} +{block docclass}yui-t2{assign $inOpenIssues=true}{/block} {block body} {$issues.render} {if !$user.isAnonymous()}