mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Various code cleanup.
This commit is contained in:
		| @@ -18,7 +18,7 @@ | ||||
|                     <div class="box-body"> | ||||
|  | ||||
|                         {{ ExpandedForm.text('name') }} | ||||
|                         {{ AccountForm.activeAssetAccountList('account_id', null, {label: 'saveOnAccount'|_   }) }} | ||||
|                         {{ AccountForm.assetAccountList('account_id', null, {label: 'saveOnAccount'|_   }) }} | ||||
|                         {{ ExpandedForm.amountNoCurrency('targetamount') }} | ||||
|  | ||||
|                     </div> | ||||
|   | ||||
| @@ -90,13 +90,13 @@ | ||||
|                         {{ ExpandedForm.amountNoCurrency('amount') }} | ||||
|  | ||||
|                         {# source account if withdrawal, or if transfer: #} | ||||
|                         {{ AccountForm.activeLongAccountList('source_id', null, {label: trans('form.asset_source_account')}) }} | ||||
|                         {{ AccountForm.longAccountList('source_id', null, {label: trans('form.asset_source_account')}) }} | ||||
|  | ||||
|                         {# for deposits, a drop down with revenue accounts, loan debt cash and mortgage #} | ||||
|                         {{ AccountForm.activeDepositDestinations('deposit_source_id', null, {label: trans('form.deposit_source_id')}) }} | ||||
|  | ||||
|                         {# destination if deposit or transfer: #} | ||||
|                         {{ AccountForm.activeLongAccountList('destination_id', null, {label: trans('form.asset_destination_account')} ) }} | ||||
|                         {{ AccountForm.longAccountList('destination_id', null, {label: trans('form.asset_destination_account')} ) }} | ||||
|  | ||||
|                         {# destination account name for withdrawals #} | ||||
|                         {#{{ ExpandedForm.text('destination_name', null, {label: trans('form.expense_account')}) }} #} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user