]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/dbupgrade/warning.html
Privat
[mfinanz.git] / templates / webpages / dbupgrade / warning.html
index 6fd0d5e1d2b729dca13f04c6b5344d6d63c8fd2f..129b36b61c83ab84c3d1eb7c6f948225997f6fcf 100644 (file)
@@ -4,9 +4,12 @@
 <form name="Form" method="post" action="login.pl">
 
  <input type="hidden" name="action" value="login">
-
+ <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></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 %]
+  [% LxERP.t8('Lx-Office is about to update the database <b>#1</b>.', dbname) | html %]
+  </p>
+  <p>
+  [% '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 %]">