]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/dbupgrade/no_default_currency.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / dbupgrade / no_default_currency.html
1 [% USE T8 %]
2 [% USE HTML %]
3
4 <h1>[% 'No default currency' | $T8 %]</h1>
5
6 <div class="wrapper">
7
8 <form name="Form" method="post" action="login.pl">
9 <input type="hidden" name="action" value="login">
10
11 <p>[% 'You have never worked with currencies.' | $T8 %]</p>
12 <p>[% 'That is why kivitendo could not find a default currency.' | $T8 %]</p>
13 <p>[% 'From this version on it is necessary to name a default value.' | $T8 %]</p>
14 <p>[% 'Please enter the currency you are working with.' | $T8 %]</p>
15
16 <input name="defaultcurrency" value="EUR">
17 <input type="submit" value="[% 'Continue' | $T8 %]">
18
19 </form>
20
21 </div><!-- /.wrapper -->