{** * registrationTypeForm.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Registration type form under scheduled conference management. * * $Id: registrationTypeForm.tpl,v 1.11 2008/04/04 17:06:55 asmecher Exp $ *} {if $typeId} {assign var="pageTitle" value="manager.registrationTypes.edit"} {else} {assign var="pageTitle" value="manager.registrationTypes.create"} {/if} {assign var="pageId" value="manager.registrationTypes.registrationTypeForm"} {assign var="pageCrumbTitle" value=$registrationTypeTitle} {include file="common/header.tpl"} {if $registrationTypeCreated}
{translate key="manager.registrationTypes.registrationTypeCreatedSuccessfully"}
{/if}
{if $typeId} {/if} {include file="common/formErrors.tpl"} {if count($formLocales) > 1} {/if}
{fieldLabel name="formLocale" key="form.formLanguage"} {if $typeId}{url|assign:"registrationTypeUrl" op="editRegistrationType" path=$typeId} {else}{url|assign:"registrationTypeUrl" op="createRegistrationType"} {/if} {form_language_chooser form="registrationType" url=$registrationTypeUrl} {translate key="form.formLanguage.description"}
{fieldLabel name="name" required="true" key="manager.registrationTypes.form.typeName"}
{fieldLabel name="description" key="manager.registrationTypes.form.description"}
{fieldLabel name="cost" required="true" key="manager.registrationTypes.form.cost"}
{translate key="manager.registrationTypes.form.costInstructions"}
{fieldLabel name="currency" required="true" key="manager.registrationTypes.form.currency"}
{fieldLabel name="code" key="manager.registrationTypes.form.code"}
{translate key="manager.registrationTypes.form.code.instructions"}
{fieldLabel name="openDate" required="true" key="manager.registrationTypes.form.openDate"} {html_select_date prefix="openDate" time=$openDate all_extra="class=\"selectMenu\"" start_year="+0" end_year=$dateExtentFuture}
{fieldLabel name="closeDate" required="true" key="manager.registrationTypes.form.closeDate"} {html_select_date prefix="closeDate" time=$closeDate all_extra="class=\"selectMenu\"" start_year="+0" end_year=$dateExtentFuture}
   {fieldLabel name="expiryDate" key="manager.registrationTypes.form.expiryDate"} {html_select_date prefix="expiryDate" time=$expiryDate all_extra="class=\"selectMenu\"" start_year="+0" end_year=$dateExtentFuture}
{fieldLabel name="access" required="true" key="manager.registrationTypes.form.access"}
{translate key="common.options"}

{if not $typeId} {/if}

{translate key="common.requiredField"}

{include file="common/footer.tpl"}