diff --git a/accounts/page/voucher_import_tool/voucher_import_tool.js b/accounts/page/voucher_import_tool/voucher_import_tool.js index 854617b227e..67d4aec1392 100644 --- a/accounts/page/voucher_import_tool/voucher_import_tool.js +++ b/accounts/page/voucher_import_tool/voucher_import_tool.js @@ -8,21 +8,27 @@ wn.pages['voucher-import-tool'].onload = function(wrapper) { single_column: true }); - $(wrapper).find('.layout-main').html('

'+wn._('Import multiple accounting entries via CSV (spreadsheet) file:')+'

'+ - '

1.'+wn._(' Download Template')+'


'+ + $(wrapper).find('.layout-main').html('

' + + wn._('Import multiple accounting entries via CSV (spreadsheet) file:') + + '

1. ' + wn._('Download Template') + '


' + + '
' + + '' + + '

' + + wn._('Import multiple vouchers with one debit and one credit entry') + + '

'+ '
'+ - ''+ - '

'+wn._('Import multiple vouchers with one debit and one credit entry')+'

'+ - '
'+ - '
'+ - ''+ - '

'+wn._('Import multiple vouchers with multiple accounts')+'

'+ + '

' + + wn._('Import multiple vouchers with multiple accounts')+ + '

'+ '
'+ '
'+ - '

2.'+wn._(' Upload')+'


'+ + '

2. ' + wn._('Upload') + '


'+ '
'+ - '

'+wn._('Upload file in CSV format with UTF-8 encoding')+'

'+ - '
'+ + '

' + wn._('Upload file in CSV format with UTF-8 encoding') + + '

'+ '

'+ '
'+ '');