2015-08-03 11:35:01 +02:00
|
|
|
<section class="scroll">
|
2015-08-19 11:28:28 +02:00
|
|
|
<form name="register" data-sessionid="{$attributes->sessionid}" data-node="{$attributes->node}">
|
2015-08-03 11:35:01 +02:00
|
|
|
{$form}
|
|
|
|
</form>
|
|
|
|
</section>
|
|
|
|
<div>
|
|
|
|
<a onclick="Dialog.clear()" class="button flat">
|
|
|
|
{$c->__('button.close')}
|
|
|
|
</a>
|
2015-08-19 11:28:28 +02:00
|
|
|
<a onclick="Account_ajaxRegister('{$from}', movim_form_to_json('register')); Dialog.clear();" class="button flat">
|
|
|
|
{$c->__('button.submit')}
|
|
|
|
</a>
|
2015-08-03 11:35:01 +02:00
|
|
|
{if="$actions != null"}
|
|
|
|
{if="isset($actions->next)"}
|
|
|
|
<a onclick="AdHoc.submit()" class="button flat">
|
|
|
|
{$c->__('button.next')}
|
|
|
|
</a>
|
|
|
|
{/if}
|
|
|
|
{if="isset($actions->previous)"}
|
|
|
|
<a onclick="" class="button flat">
|
|
|
|
{$c->__('button.previous')}
|
|
|
|
</a>
|
|
|
|
{/if}
|
|
|
|
{if="isset($actions->cancel)"}
|
|
|
|
<a onclick="" class="button flat">
|
|
|
|
{$c->__('button.cancel')}
|
|
|
|
</a>
|
|
|
|
{/if}
|
|
|
|
{if="isset($actions->complete)"}
|
|
|
|
<!--<a onclick="" class="button flat">
|
|
|
|
{$c->__('button.submit')}
|
|
|
|
</a>-->
|
|
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
</div>
|