{** * registrationTypes.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display list of registration types in scheduled conference management. * * $Id: registrationTypes.tpl,v 1.9 2008/04/04 17:06:55 asmecher Exp $ *} {assign var="pageTitle" value="manager.registrationTypes"} {assign var="pageId" value="manager.registrationTypes"} {include file="common/header.tpl"}
{iterate from=registrationTypes item=registrationType} {/iterate} {if $registrationTypes->wasEmpty()} {else} {/if}
 
{translate key="manager.registrationTypes.name"} {translate key="manager.registrationTypes.cost"} {translate key="common.action"}
 
{$registrationType->getRegistrationTypeName()|escape} {$registrationType->getCost()|string_format:"%.2f"} ({$registrationType->getCurrencyStringShort()}) getTypeId() dir=u}" class="action">↑ getTypeId() dir=d}" class="action">↓ | getTypeId()}" class="action">{translate key="common.edit"} | getTypeId()}" onclick="return confirm('{translate|escape:"jsparam" key="manager.registrationTypes.confirmDelete"}')" class="action">{translate key="common.delete"}
 
{translate key="manager.registrationTypes.noneCreated"}
 
{page_info iterator=$registrationTypes} {page_links anchor="registrationTypes" name="registrationTypes" iterator=$registrationTypes}
{translate key="manager.registrationTypes.create"} {include file="common/footer.tpl"}