$form->{path} entfernt und hardcodiert auf bin/mozilla gesetzt.
[kivitendo-erp.git] / templates / webpages / dbupgrade / warning_master.html
1 <form name="Form" method="post" action="login.pl">
2
3  <input type="hidden" name="login" value="<TMPL_VAR login ESCAPE=HTML>">
4  <input type="hidden" name="hashed_password" value="<TMPL_VAR password ESCAPE=HTML>">
5  <input type="hidden" name="action" value="login">
6
7  <p>
8   <translate>Lx-Office is about to update the
9    database <b><TMPL_VAR dbname ESCAPE=HTML></b>. You should create a
10    backup of the database before proceeding because the backup might not
11    be reversible.</translate>
12  </p>
13
14  <input type="submit" name="dummy" value="<translate>Continue</translate>">
15 </form>