[% PROCESS 'elements.html' %]
[% request.title %]
[% request.info %]
[% PROCESS input element_data = { type = "hidden" class = "hidden" name = "type" value = request.type } %] [% IF multi %]
[% text('Batch Information') %]
[% END %]
[% PROCESS input element_data = { type = "text" class = "reference" name = "reference" title = text('Reference') label = "_none_" value = request.reference size = 15 } %]
[% PROCESS input element_data = { type = "text" class = "description" name = "description" title = text('Description') label = "_none_" value = request.description } %]
[% PROCESS input element_data = { type = "text" class = "date" title = text("Transaction Date") #' label = "_none_" name = "transdate" value = request.transdate size = 12 } %]
[% PROCESS input element_data = { name = "import_file" type = "file" label = text('From File') #' class = "file" accept = ".csv" } %]
[% PROCESS input element_data = { type = "hidden" name = "trans_type" value = request.trans_type } %] [% PROCESS button element_data = { text = text("Save") type = "submit" class = "submit" name = "action" value = "run_import" } %]