{**
* templates/manager/sections/sections.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 sections in journal management.
*
*}
{strip}
{assign var="pageTitle" value="section.sections"}
{include file="common/header.tpl"}
{/strip}
{translate key="section.title"} | {translate key="section.abbreviation"} | {translate key="common.action"} |
{$section->getLocalizedTitle()|escape} | {$section->getLocalizedAbbrev()|escape} | getId()}" class="action">{translate key="common.edit"} | getId()}" onclick="{if !in_array($section->getId(), $emptySectionIds)}alert('{translate|escape:"jsparam" key="manager.sections.alertDelete"}'); return false{else}return confirm('{translate|escape:"jsparam" key="manager.sections.confirmDelete"}'){/if}" class="action">{translate key="common.delete"} | getId()}">↑ getId()}">↓ |
{translate key="manager.sections.noneCreated"} | ||
{page_info iterator=$sections} | {page_links anchor="sections" name="sections" iterator=$sections} |