mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	fix #7683
This commit is contained in:
		| @@ -1,12 +1,17 @@ | ||||
| <div class="{{ classes }}" id="{{ name }}_holder"> | ||||
|     {{ dump(options) }} | ||||
|     <label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label> | ||||
|  | ||||
|  | ||||
|     <div class="col-sm-8"> | ||||
|         <div class="input-group"> | ||||
|             <div class="input-group-addon"> | ||||
|                 <span class="fa fa-calendar"></span> | ||||
|             </div> | ||||
|             {{ Html.input('date', name, value).id(options.id).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false') }} | ||||
|  | ||||
|             {{ Html.input('date', name, value).id(options.id).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false') | ||||
|             .attribute('min', options.min) | ||||
|             }} | ||||
|         </div> | ||||
|         {% include 'form.help' %} | ||||
|         {% include 'form.feedback' %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user