Closes issue 3: Issues list left hand navigation - controls for issue due date

This commit is contained in:
Simon Holywell
2012-03-30 15:20:05 +01:00
parent 315e06da1b
commit 3bf4977460
7 changed files with 120 additions and 35 deletions

View File

@@ -12,6 +12,10 @@
{aurl 'closed_url', 'IDF_Views_Issue::listLabel', array($project.shortname, $label.id, 'closed')}
{blocktrans}<p><strong>Open issues:</strong> <a href="{$open_url}">{$open}</a></p>
<p><strong>Closed issues:</strong> <a href="{$closed_url}">{$closed}</a></p>
<p>
{aurl 'overdue_url', 'IDF_Views_Issue::listLabel', array($project.shortname, $label.id, 'overdue')}
<span>Overdue:</span> <a href="{$overdue_url}">{$overdue}</a>
</p>
{/blocktrans}
<p><strong>{trans 'Label:'}</strong>
{aurl 'url', 'IDF_Views_Issue::listLabel', array($project.shortname, $label.id, 'open')}