]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/dbupgrade/warning.html
Entfernt dpt_trans
[mfinanz.git] / templates / webpages / dbupgrade / warning.html
index 6fd0d5e1d2b729dca13f04c6b5344d6d63c8fd2f..3a4ea59c8b94f35648cbbeb1cfc7a3cb6d7e58aa 100644 (file)
@@ -1,12 +1,15 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [%- USE LxERP %]
-<form name="Form" method="post" action="login.pl">
-
- <input type="hidden" name="action" value="login">
+<form name="Form" method="post" action="controller.pl">
 
+ <input type="hidden" name="action" value="LoginScreen/login">
+ <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
+ <p class="message_hint">
+  [% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %]
+ </p>
  <p>
-  [% 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 %]
+  [% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %]
  </p>
 
  <input type="submit" name="dummy" value="[% 'Continue' | $T8 %]">