Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendu...
[kivitendo-erp.git] / templates / webpages / dbupgrade / coa_guess_master.html
1 [% USE HTML %]<div class="listtop"><translate>Select the chart of accounts in use</translate></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   <translate>Please select the chart of accounts this installation
14    is using from the list below.</translate>
15  </p>
16
17  <p>
18   <translate>Chart of accounts</translate>:
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="<translate>Continue</translate>">
23
24 </form>
25