Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / dbupgrade / coa_guess_master.html
1 [%- USE T8 %]
2 [% USE HTML %]<div class="listtop">[% 'Select the chart of accounts in use' | $T8 %]</div>
3
4 <form name="Form" method="post" action="login.pl">
5
6  <input type="hidden" name="action" value="login">
7  <input type="hidden" name="action2" value="">
8
9  [% IF saved_message %]
10   <p>[% saved_message %]</p>
11  [% END %]
12
13  <p>
14   [% 'Please select the chart of accounts this installation is using from the list below.' | $T8 %]
15  </p>
16
17  <p>
18   [% 'Chart of accounts' | $T8 %]:
19   <select name="coa">[% FOREACH row = COAS %]<option>[% row.name %]</option>[% END %]</select>
20  </p>
21
22  <input type="submit" onclick="document.Form.action2.value = 'set_coa'; document.Form.submit();" name="dummy" value="[% 'Continue' | $T8 %]">
23
24 </form>
25