9de5e9e4da74ad13446f0ffbe2201a1d691652b0
[kivitendo-erp.git] / templates / webpages / dbupgrade / warning.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 <form name="Form" method="post" action="login.pl">
5
6  <input type="hidden" name="action" value="login">
7  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
8  <p class="message_hint">
9   [% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %]
10  </p>
11  <p>
12   [% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %]
13  </p>
14
15  <input type="submit" name="dummy" value="[% 'Continue' | $T8 %]">
16 </form>