{**
* sections.tpl
*
* Copyright (c) 2003-2011 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Display list of sections in journal management.
*
* $Id$
*}
{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="return confirm('{translate|escape:"jsparam" key="manager.sections.confirmDelete"}')" 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} | |