17 lines
		
	
	
	
		
			542 B
		
	
	
	
		
			Smarty
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			542 B
		
	
	
	
		
			Smarty
		
	
	
		
			Executable file
		
	
	
	
	
$tabs
 | 
						|
 | 
						|
<h1>$title</h1>
 | 
						|
 | 
						|
<form method="POST">
 | 
						|
{{ inc field_input.tpl with $field=$name }}{{ endinc }}
 | 
						|
{{ inc field_input.tpl with $field=$key }}{{ endinc }}
 | 
						|
{{ inc field_input.tpl with $field=$secret }}{{ endinc }}
 | 
						|
{{ inc field_input.tpl with $field=$redirect }}{{ endinc }}
 | 
						|
{{ inc field_input.tpl with $field=$icon }}{{ endinc }}
 | 
						|
 | 
						|
<div class="settings-submit-wrapper" >
 | 
						|
<input type="submit" name="submit" class="settings-submit" value="$submit" />
 | 
						|
<input type="submit" name="cancel" class="settings-submit" value="$cancel" />
 | 
						|
</div>
 | 
						|
 | 
						|
</form>
 |