mirror of https://github.com/movim/movim
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							37 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							37 lines
						
					
					
						
							1.2 KiB
						
					
					
				
								<section class="scroll">
							 | 
						|
								    <form name="register" data-sessionid="{$attributes->sessionid}" data-node="{$attributes->node}">
							 | 
						|
								        {autoescape="off"}
							 | 
						|
								            {$form}
							 | 
						|
								        {/autoescape}
							 | 
						|
								    </form>
							 | 
						|
								</section>
							 | 
						|
								<footer>
							 | 
						|
								    <button onclick="Dialog_ajaxClear()" class="button flat">
							 | 
						|
								        {$c->__('button.close')}
							 | 
						|
								    </button>
							 | 
						|
								    <button onclick="Account_ajaxRegister('{$from}', MovimUtils.formToJson('register')); Dialog_ajaxClear();" class="button flat">
							 | 
						|
								        {$c->__('button.submit')}
							 | 
						|
								    </button>
							 | 
						|
								    {if="$actions != null"}
							 | 
						|
								        {if="isset($actions->next)"}
							 | 
						|
								            <button onclick="AdHoc.submit()" class="button flat">
							 | 
						|
								                {$c->__('button.next')}
							 | 
						|
								            </button>
							 | 
						|
								        {/if}
							 | 
						|
								        {if="isset($actions->previous)"}
							 | 
						|
								            <button class="button flat">
							 | 
						|
								                {$c->__('button.previous')}
							 | 
						|
								            </button>
							 | 
						|
								        {/if}
							 | 
						|
								        {if="isset($actions->cancel)"}
							 | 
						|
								            <button class="button flat">
							 | 
						|
								                {$c->__('button.cancel')}
							 | 
						|
								            </button>
							 | 
						|
								        {/if}
							 | 
						|
								        {if="isset($actions->complete)"}
							 | 
						|
								            <!--<a onclick="" class="button flat">
							 | 
						|
								                {$c->__('button.submit')}
							 | 
						|
								            </a>-->
							 | 
						|
								        {/if}
							 | 
						|
								    {/if}
							 | 
						|
								</footer>
							 |