Anpassung locales.pl an neue Situation ohne explizit übersetzte Templates
[kivitendo-erp.git] / templates / webpages / dbupgrade / warning.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 <form name="Form" method="post" action="login.pl">
5
6  <input type="hidden" name="action" value="login">
7
8  <p>
9   [% LxERP.t8('Lx-Office is about to update the database <b>#1</b>.', dbname) | html %]
10   [% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %]
11  </p>
12
13  <input type="submit" name="dummy" value="[% 'Continue' | $T8 %]">
14 </form>