is - form_footer: invtotal formatieren
[kivitendo-erp.git] / templates / webpages / dbupgrade / warning_master.html
index ac00dd4..10f70a4 100644 (file)
@@ -1,12 +1,10 @@
-<form name="Form" method="post" action="login.pl">
+[% USE HTML %]<form name="Form" method="post" action="login.pl">
 
- <input type="hidden" name="login" value="<TMPL_VAR login ESCAPE=HTML>">
- <input type="hidden" name="hashed_password" value="<TMPL_VAR password ESCAPE=HTML>">
  <input type="hidden" name="action" value="login">
 
  <p>
   <translate>Lx-Office is about to update the
-   database <b><TMPL_VAR dbname ESCAPE=HTML></b>. You should create a
+   database <b>[% HTML.escape(dbname) %]</b>. You should create a
    backup of the database before proceeding because the backup might not
    be reversible.</translate>
  </p>