Re-order the issue links so that "New Issue" goes to the very right

just before the search input field. Also rename "Open Issues" to
"All Issues" (since one can view both, open and closed issues under
this view, just like in every other issue list view we have) and
mark "All Issues" as active if we filter by label.
This commit is contained in:
Thomas Keller
2011-10-10 22:32:08 +02:00
parent 958fb1b9ad
commit 810b753edf
3 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{extends "idf/issues/base.html"}
{block docclass}yui-t2{assign $inOpenIssues=true}{/block}
{block docclass}yui-t2{assign $inAllIssues=true}{/block}
{block body}
{$issues.render}
{if !$user.isAnonymous()}