{**
* templates/manager/categories/categories.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 categories in journal management.
*
*}
{strip}
{assign var="pageTitle" value="admin.categories"}
{assign var="pageId" value="admin.categories"}
{include file="common/header.tpl"}
{/strip}
{translate key="admin.categories.name"} | {translate key="common.action"} |
{$category|escape} | {translate key="common.edit"} | {translate key="common.delete"} | ↑ ↓ |
{translate key="admin.categories.noneCreated"} | |
{page_info iterator=$categories} | {page_links anchor="categories" name="categories" iterator=$categories} |