From 4f5abe33e3ef8251d727dee40f2ce4b3621b2dbe Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 15 Aug 2017 18:13:09 +0300 Subject: [PATCH] Adjust OFX settings --- resources/lang/en/texts.php | 1 + resources/views/accounts/bank_account.blade.php | 12 ++---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 6e05f85829bb..346128b64767 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2402,6 +2402,7 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', ); diff --git a/resources/views/accounts/bank_account.blade.php b/resources/views/accounts/bank_account.blade.php index b33e4323b5a8..90443aa4af12 100644 --- a/resources/views/accounts/bank_account.blade.php +++ b/resources/views/accounts/bank_account.blade.php @@ -56,15 +56,6 @@
{!! Former::select('app_version') - ->addOption('Quicken 2005', 1400) - ->addOption('Quicken 2006', 1500) - ->addOption('Quicken 2007', 1600) - ->addOption('Quicken 2008', 1700) - ->addOption('Quicken 2009', 1800) - ->addOption('Quicken 2010', 1900) - ->addOption('Quicken 2011', 2000) - ->addOption('Quicken 2012', 2100) - ->addOption('Quicken 2013', 2200) ->addOption('Quicken 2014', 2300) ->addOption('Quicken 2015', 2400) ->addOption('Quicken 2016', 2500) @@ -74,7 +65,8 @@ ->addOption('100', 100) ->addOption('101', 101) ->addOption('102', 102) - ->addOption('103', 103) !!} + ->addOption('103', 103) + ->help('ofx_help') !!}