{** * templates/manager/reviewForms/reviewFormElements.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 review form elements. * *} {strip} {assign var="pageTitle" value="manager.reviewFormElements"} {include file="common/header.tpl"} {/strip}
{iterate from=reviewFormElements item=reviewFormElement name=reviewFormElements} {assign var=reviewFormElementExists value=1} {if $reviewFormElements->eof()} {/if} {/iterate} {if $reviewFormElements->wasEmpty()} {else} {/if}
 
  {translate key="manager.reviewFormElements.question"} {translate key="common.action"}
 
{$reviewFormElement->getLocalizedQuestion()|truncate:200:"..."} getReviewFormId()|to_array:$reviewFormElement->getId()}" class="action">{translate key="common.edit"} | getReviewFormId()|to_array:$reviewFormElement->getId()}" onclick="return confirm('{translate|escape:"jsparam" key="manager.reviewFormElements.confirmDelete"}')" class="action">{translate key="common.delete"} | getId()}" class="action">↑ getId()}" class="action">↓
{translate key="manager.reviewFormElements.noneCreated"}
 
{page_info iterator=$reviewFormElements} {page_links anchor="reviewFormElements" name="reviewFormElements" iterator=$reviewFormElements}
{if $reviewFormElementExists}

{translate key="manager.reviewFormElements.copyTo"}   

{/if}

{translate key="manager.reviewFormElements.create"}
{include file="common/footer.tpl"}