]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/dbupgrade/warning_master.html
Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / dbupgrade / warning_master.html
index 10f70a41c5418cd1960f85324f7bc83e7ae5be49..6fd0d5e1d2b729dca13f04c6b5344d6d63c8fd2f 100644 (file)
@@ -1,13 +1,13 @@
-[% USE HTML %]<form name="Form" method="post" action="login.pl">
+[%- USE T8 %]
+[%- USE HTML %]
+[%- USE LxERP %]
+<form name="Form" method="post" action="login.pl">
 
  <input type="hidden" name="action" value="login">
 
  <p>
-  <translate>Lx-Office is about to update the
-   database <b>[% HTML.escape(dbname) %]</b>. You should create a
-   backup of the database before proceeding because the backup might not
-   be reversible.</translate>
+  [% 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 %]
  </p>
 
- <input type="submit" name="dummy" value="<translate>Continue</translate>">
+ <input type="submit" name="dummy" value="[% 'Continue' | $T8 %]">
 </form>