Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 367c1c5b

Von Jan Büren vor etwa 12 Jahren hinzugefügt

DbUpgrade Templates für SKR04-3804-addition.pl kompatibel für Lx 2.7 gemacht
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

Unterschiede anzeigen:

templates/webpages/dbupgrade/SKR04_3804_already_exists.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
3 3

  
4
<form action="[% script %]" method="POST">
4
<form name="Form" method="post" action="login.pl">
5
<input type="hidden" name="action" value="login">
5 6

  
6 7
<p>[% 'The account 3804 already exists, the update will be skipped.' | $T8 %]</p>
7 8
<p>[% 'Please read the file' | $T8 %]doc/html/ch02s12.html.
......
9 10
<input type="hidden" name="account_exists" value="1">
10 11
<input type="submit" value="[% 'Continue' | $T8 %]">
11 12

  
12

  
13
</form>
templates/webpages/dbupgrade/SKR04_3804_update.html
1 1
[%- USE T8 %]
2 2
[% USE HTML %]<div class="listtop">[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</div>
3 3

  
4
<form action="[% script %]" method="POST">
4
<form name="Form" method="post" action="login.pl">
5
<input type="hidden" name="action" value="login">
5 6

  
6 7
<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>
7 8
<p>[% 'The account 3804 will not be added automatically.' | $T8 %]</p>
......
10 11
<input type="hidden" name="bookings_exist" value="1">
11 12
<input type="submit" value="[% 'Continue' | $T8 %]">
12 13

  
14
</form>
13 15

  

Auch abrufbar als: Unified diff