Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[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>. You should create a backup of the database before proceeding because the backup might not be reversible.', dbname) | html %]
10  </p>
11
12  <input type="submit" name="dummy" value="[% 'Continue' | $T8 %]">
13 </form>