kivitendo/templates/webpages/dbupgrade/warning.html @ 945793f0
dfee9199 | Sven Schöling | [%- USE T8 %]
|
||
[%- USE HTML %]
|
||||
[%- USE LxERP %]
|
||||
540c0b5e | Moritz Bunkus | <form name="Form" method="post" action="controller.pl">
|
||
aa6ce434 | Moritz Bunkus | |||
540c0b5e | Moritz Bunkus | <input type="hidden" name="action" value="LoginScreen/login">
|
||
4b937d1a | Sven Donath | <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
|
||
e3f07619 | Sven Donath | <p class="message_hint">
|
||
fe8f7c08 | Sven Schöling | [% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %]
|
||
e3f07619 | Sven Donath | </p>
|
||
aa6ce434 | Moritz Bunkus | <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>
|