kivitendo/templates/webpages/dbupgrade/warning.html @ 72ad92fd
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">
|
||||
4b937d1a | Sven Donath | <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
|
||
aa6ce434 | Moritz Bunkus | <p>
|
||
77919bac | Sven Schöling | [% LxERP.t8('Lx-Office is about to update the database <b>#1</b>.', dbname) | html %]
|
||
4b937d1a | Sven Donath | </p>
|
||
<p>
|
||||
77919bac | Sven Schöling | [% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %]
|
||
aa6ce434 | Moritz Bunkus | </p>
|
||
dfee9199 | Sven Schöling | <input type="submit" name="dummy" value="[% 'Continue' | $T8 %]">
|
||
aa6ce434 | Moritz Bunkus | </form>
|