Hintergrund: In den Templates war keine ordentliche form definiert.
Früher wurde dann scheinbar einfach wieder standardmässig auf login.pl umgebogen, dass geht jetzt nicht mehr so.
Fehlermeldung: Unroutable request -- inavlid controller/action.
Entsprechend form-Tag und hidden-action ergänzt
[%- USE T8 %]
[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
-<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/html/ch02s12.html.
<input type="hidden" name="account_exists" value="1">
<input type="submit" value="[% 'Continue' | $T8 %]">
-
+</form>
[%- USE T8 %]
[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
-<form action="[% script %]" method="POST">
+<form name="Form" method="post" action="login.pl">
+<input type="hidden" name="action" value="login">
<p>[% 'There are bookings to the account 3803 after 01.01.2007. If you didn't change this account manually to 19% the bookings are probably incorrect.' | $T8 %]</p>
<p>[% 'The account 3804 will not be added automatically.' | $T8 %]</p>
<input type="hidden" name="bookings_exist" value="1">
<input type="submit" value="[% 'Continue' | $T8 %]">
+</form>