{** * futureIssues.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Listings of future (unpublished) issues. * * $Id$ *} {strip} {assign var="pageTitle" value="editor.issues.futureIssues"} {url|assign:"currentUrl" page="editor" op="futureIssues"} {include file="common/header.tpl"} {/strip}
{iterate from=issues item=issue} {/iterate} {if $issues->wasEmpty()} {else} {/if}
 
{translate key="issue.issue"} {translate key="editor.issues.numArticles"} {translate key="common.action"}
 
getId()}" class="action">{$issue->getIssueIdentification()|strip_unsafe_html|nl2br} {$issue->getNumArticles()|escape} getId()}" onclick="return confirm('{translate|escape:"jsparam" key="editor.issues.confirmDelete"}')" class="action">{translate key="common.delete"}
 
{translate key="issue.noIssues"}
 
{page_info iterator=$issues} {page_links anchor="issues" name="issues" iterator=$issues}
{include file="common/footer.tpl"}