e5bbe5d69a5000135388c6c719fb2e789e50e469
[kivitendo-erp.git] / templates / webpages / dbupgrade / no_default_currency.html
1 [%- USE T8 %]
2 [% USE HTML %]<div class="listtop">[% 'No default currency' | $T8 %]</div>
3
4 <form name="Form" method="post" action="login.pl">
5 <input type="hidden" name="action" value="login">
6
7 <p>[% 'You have never worked with currencies.' | $T8 %]</p>
8 <p>[% 'That is why kivitendo could not find a default currency.' | $T8 %]</p>
9 <p>[% 'From this version on it is necessary to name a default value.' | $T8 %]</p>
10 <p>[% 'Please enter the currency you are working with.' | $T8 %]</p>
11
12 <input name="defaultcurrency" value="EUR">
13 <input type="submit" value="[% 'Continue' | $T8 %]">
14
15 </form>
16