mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Initial code for new budget report #426
This commit is contained in:
		
							
								
								
									
										8
									
								
								resources/views/reports/options/budget.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								resources/views/reports/options/budget.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| <p> | ||||
|     {{ 'select_budget'|_ }} | ||||
| </p> | ||||
| {% for budget in budgets %} | ||||
| <label class="checkbox-inline"> | ||||
|     <input type="checkbox" class="budget-checkbox" name="budget[]" value="{{ budget.id }}"> {{ budget.name }} | ||||
| </label> | ||||
| {% endfor %} | ||||
		Reference in New Issue
	
	Block a user