{** * 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 for Layout Editor. * * $Id$ *} {strip} {assign var="pageTitle" value="editor.issues.futureIssues"} {url|assign:"currentUrl" page="layoutEditor" 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"}
 
getId()}" class="action">{$issue->getIssueIdentification()|strip_unsafe_html|nl2br} {$issue->getNumArticles()|escape}
 
{translate key="issue.noIssues"}
 
{page_info iterator=$issues} {page_links anchor="issues" name="issues" iterator=$issues}
{include file="common/footer.tpl"}