Revision 750fb841
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/dbupgrade/warning.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 |
[%- USE LxERP %][%- USE L -%] |
|
4 | 1 |
<form name="Form" method="post" action="controller.pl"> |
5 | 2 |
|
6 | 3 |
<input type="hidden" name="action" value="LoginScreen/login"> |
... | ... | |
8 | 5 |
<p class="message_hint"> |
9 | 6 |
[% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %] |
10 | 7 |
</p> |
8 |
[% USE T8 %] |
|
9 |
[% USE HTML %] |
|
10 |
[% USE LxERP %] |
|
11 |
[% USE L %] |
|
11 | 12 |
|
12 | 13 |
[% IF superuser.need_privileges && !superuser.have_privileges %] |
13 | 14 |
<p> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/dbupgrade/