2 [% USE HTML %]<div class="listtop">[% 'Select the chart of accounts in use' | $T8 %]</div>
4 <form name="Form" method="post" action="login.pl">
6 <input type="hidden" name="action" value="login">
7 <input type="hidden" name="action2" value="">
10 <p>[% saved_message %]</p>
14 [% 'Please select the chart of accounts this installation is using from the list below.' | $T8 %]
18 [% 'Chart of accounts' | $T8 %]:
19 <select name="coa">[% FOREACH row = COAS %]<option>[% row.name %]</option>[% END %]</select>
22 <input type="submit" onclick="document.Form.action2.value = 'set_coa'; document.Form.submit();" name="dummy" value="[% 'Continue' | $T8 %]">