From 8c55bd179f32b4c12ca86e30cf12d0fbfe8480dc Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 15 Jan 2016 16:27:17 +0100 Subject: [PATCH] Moved the option right under the file selection. --- resources/views/csv/index.twig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/csv/index.twig b/resources/views/csv/index.twig index 4e2756dcb0..deff9ec3ae 100644 --- a/resources/views/csv/index.twig +++ b/resources/views/csv/index.twig @@ -59,12 +59,13 @@ {{ ExpandedForm.file('csv',{helpText: 'csv_csv_file_help'|_}) }} + {{ ExpandedForm.select('csv_delimiter', delimiters, 0, {helpText: 'csv_delimiter_help'|_} ) }} + {{ ExpandedForm.file('csv_config',{helpText: 'csv_csv_config_file_help'|_}) }} {{ ExpandedForm.select('csv_import_account', accounts, 0, {helpText: 'csv_import_account_help'|_} ) }} - {{ ExpandedForm.select('csv_delimiter', { ',': ', (comma)', 'tab': '(tab)', ';': '; (semicolon)'}, 0, {helpText: 'csv_delimiter_help'|_} ) }} - + {{ ExpandedForm.multiCheckbox('specifix', specifix) }}