diff --git a/src/IDF/templates/idf/issues/base.html b/src/IDF/templates/idf/issues/base.html index 5de2749..7b839c8 100644 --- a/src/IDF/templates/idf/issues/base.html +++ b/src/IDF/templates/idf/issues/base.html @@ -2,11 +2,14 @@ {block tabissues} class="active"{/block} {block subtabs}
-{trans 'Summary'} -| {trans 'Open Issues'} -{if !$user.isAnonymous()} | {trans 'New Issue'} | {trans 'My Issues'} -| {trans 'My watch list'}{/if} | -
+ {trans 'Summary'} +| {trans 'All Issues'} +{if !$user.isAnonymous()} +| {trans 'My Issues'} +| {trans 'My watch list'} +| {trans 'New Issue'} +{/if} +|
diff --git a/src/IDF/templates/idf/issues/by-label.html b/src/IDF/templates/idf/issues/by-label.html index fdac576..25e6625 100644 --- a/src/IDF/templates/idf/issues/by-label.html +++ b/src/IDF/templates/idf/issues/by-label.html @@ -1,5 +1,5 @@ {extends "idf/issues/base.html"} -{block docclass}yui-t1{/block} +{block docclass}yui-t1{assign $inAllIssues=true}{/block} {block body} {$issues.render} {if !$user.isAnonymous()} diff --git a/src/IDF/templates/idf/issues/index.html b/src/IDF/templates/idf/issues/index.html index 979c7ee..526d7ec 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{assign $inOpenIssues=true}{/block} +{block docclass}yui-t2{assign $inAllIssues=true}{/block} {block body} {$issues.render} {if !$user.isAnonymous()}