{** * selectSectionEditor.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * List editors or section editors and give the ability to select one. * * $Id$ *} {strip} {assign var="pageTitle" value=$roleName|concat:"s"} {include file="common/header.tpl"} {/strip}
{foreach from=$alphaList item=letter}{if $letter == $searchInitial}{$letter|escape}{else}{$letter|escape}{/if} {/foreach}{if $searchInitial==''}{translate key="common.all"}{else}{translate key="common.all"}{/if}
| {translate key="user.name"} | {translate key="section.sections"} | {translate key="submissions.completed"} | {translate key="submissions.active"} | {translate key="common.action"} |
| {$editor->getFullName()|escape} | {assign var=thisEditorSections value=$editorSections[$editorId]} {foreach from=$thisEditorSections item=section} {$section->getLocalizedAbbrev()|escape} {foreachelse} — {/foreach} | {if $editorStatistics[$editorId] && $editorStatistics[$editorId].complete} {$editorStatistics[$editorId].complete} {else} 0 {/if} | {if $editorStatistics[$editorId] && $editorStatistics[$editorId].incomplete} {$editorStatistics[$editorId].incomplete} {else} 0 {/if} | {translate key="common.assign"} |
| {translate key="manager.people.noneEnrolled"} | ||||
| {page_info iterator=$editors} | {page_links anchor="editors" name="editors" iterator=$editors searchInitial=$searchInitial searchField=$searchField searchMatch=$searchMatch search=$search dateFromDay=$dateFromDay dateFromYear=$dateFromYear dateFromMonth=$dateFromMonth dateToDay=$dateToDay dateToYear=$dateToYear dateToMonth=$dateToMonth articleId=$articleId} | |||