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