<div class="listtop">[% FORM.title %]</div>
[% IF (SELF.gl_trans.size) %]
- <p>[% SELF.gl_trans.size %][% "entries imported" | $T8 %].</p>
+ <p>[% SELF.gl_trans.size %] [% "entries imported" | $T8 %].</p>
<div style="padding-bottom: 15px">
<table id="gl_trans">
<thead>
</table>
<div>
[% END %]
-
<p>
[% "Import a File:" | $T8 %]
</p>
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
[% L.input_tag('file', '', type => 'file', accept => '.csv') %]
+ <p>[% L.checkbox_tag('set_closedto', value => 1, checked => 1, class => 'checkbox') %] [% 'Close Books up to' | $T8 %]:</p>
+ [% L.date_tag('closedto', closedto) %]
</form>