{**
* templates/admin/journals.tpl
*
* Copyright (c) 2013-2015 Simon Fraser University Library
* Copyright (c) 2003-2015 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Display list of journals in site administration.
*
*}
{strip}
{assign var="pageTitle" value="journal.journals"}
{include file="common/header.tpl"}
{/strip}
{translate key="manager.setup.journalTitle"} | {translate key="journal.path"} | {translate key="common.order"} | {translate key="common.action"} |
{$journal->getLocalizedTitle()|escape} | {$journal->getPath()|escape} | getId()}">↑ getId()}">↓ | getId()}" class="action">{translate key="common.edit"} | getId()}" onclick="return confirm('{translate|escape:"jsparam" key="admin.journals.confirmDelete"}')">{translate key="common.delete"} |
{translate key="admin.journals.noneCreated"} | |||
{page_info iterator=$journals} | {page_links anchor="journals" name="journals" iterator=$journals} |