Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / dbupgrade / SKR04_3804_already_exists.html
index c4a3dc6..2b33708 100644 (file)
@@ -1,12 +1,14 @@
 [%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</h1>
 
-<form action="[% script %]" method="POST">
+<form name="Form" method="post" action="login.pl">
+<input type="hidden" name="action" value="login">
 
 <p>[% 'The account 3804 already exists, the update will be skipped.' | $T8 %]</p>
-<p>[% 'Please read the file' | $T8 %]doc/skr04-update-3804/skr04_3804_hinzufuegen.html.
+<p>[% 'Please read the file' | $T8 %]doc/html/ch02s12.html.
 
 <input type="hidden" name="account_exists" value="1">
 <input type="submit" value="[% 'Continue' | $T8 %]">
 
-
+</form>