[% PROCESS 'elements.html' %]
[% text('Adjustment Details'); %]
[% INCLUDE input element_data = { name = "transdate" class = "date" size = "12" value = transdate type = "text" label = text('Date') } %]
[% INCLUDE input element_data = { name = "source" class = "control_code" size = "20" value = source type = "text" label = text('Source') } %]
[% INCLUDE button element_data = { name = "action" type = "submit" text = text('Continue') class = "submit" value = "enter_adjust" } %]