kivitendo/templates/webpages/dbupgrade/warning.html @ b61f5c3d
dfee9199 | Sven Schöling | [%- USE T8 %]
|
||
[%- USE HTML %]
|
||||
[%- USE LxERP %]
|
||||
<form name="Form" method="post" action="login.pl">
|
||||
aa6ce434 | Moritz Bunkus | |||
<input type="hidden" name="action" value="login">
|
||||
<p>
|
||||
dfee9199 | Sven Schöling | [% 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 %]
|
||
aa6ce434 | Moritz Bunkus | </p>
|
||
dfee9199 | Sven Schöling | <input type="submit" name="dummy" value="[% 'Continue' | $T8 %]">
|
||
aa6ce434 | Moritz Bunkus | </form>
|