Revision 540c0b5e
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
templates/webpages/dbupgrade/warning.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE HTML %] |
3 | 3 |
[%- USE LxERP %] |
4 |
<form name="Form" method="post" action="login.pl">
|
|
4 |
<form name="Form" method="post" action="controller.pl">
|
|
5 | 5 |
|
6 |
<input type="hidden" name="action" value="login"> |
|
6 |
<input type="hidden" name="action" value="LoginScreen/login">
|
|
7 | 7 |
<p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p> |
8 | 8 |
<p class="message_hint"> |
9 | 9 |
[% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %] |
Auch abrufbar als: Unified diff
User-Login auf Controller umgestellt