mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			446 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			446 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| <div class="{{ classes }}" id="{{ name }}_holder">
 | |
|     <label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
 | |
| 
 | |
|     <div class="col-sm-8">
 | |
|         {{ Html.input('text', name, value).id(options.id).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false').attribute('placeholder',options.placeholder) }}
 | |
|         {% include 'form.help' %}
 | |
|         {% include 'form.feedback' %}
 | |
|     </div>
 | |
| </div>
 |