Revision 3fc38171
Von Andreas Rudin vor etwa 6 Jahren hinzugefügt
templates/webpages/dbupgrade/warning.html | ||
---|---|---|
5 | 5 |
|
6 | 6 |
<form name="Form" method="post" action="controller.pl"> |
7 | 7 |
|
8 |
<input type="hidden" name="action" value="LoginScreen/login">
|
|
9 |
|
|
10 |
<div class="buttons"><input type="button" onclick="history.back()" value="[% 'Back' | $T8 %]" class="neutral"></div>
|
|
11 |
<p class="message_hint"> [% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %] </p>
|
|
12 |
|
|
8 |
<input type="hidden" name="action" value="LoginScreen/login">
|
|
9 |
|
|
10 |
<div class="buttons"><input type="button" onclick="history.back()" value="[% 'Back' | $T8 %]" class="neutral"></div>
|
|
11 |
<p class="message message_hint"> [% LxERP.t8('kivitendo is about to update the database [ #1 ].', dbname) | html %] </p>
|
|
12 |
|
|
13 | 13 |
[% IF superuser.need_privileges && !superuser.have_privileges %] |
14 | 14 |
<p> |
15 | 15 |
[% LxERP.t8("Database superuser privileges are required for the update.") %] |
... | ... | |
34 | 34 |
</table> |
35 | 35 |
[% END %] |
36 | 36 |
|
37 |
<p>[% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %] </p>
|
|
38 |
<div class="buttons"><input type="submit" name="dummy" value="[% 'Continue' | $T8 %]"></div>
|
|
39 |
|
|
37 |
<p>[% 'You should create a backup of the database before proceeding because the backup might not be reversible.' | $T8 %] </p>
|
|
38 |
<div class="buttons"><input type="submit" name="dummy" value="[% 'Continue' | $T8 %]"></div>
|
|
39 |
|
|
40 | 40 |
</form> |
41 | 41 |
|
42 |
<div id="nodetails" class="filter_toggle">
|
|
43 |
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle off neutral">[% LxERP.t8('Show details') %]</a>
|
|
42 |
<div id="nodetails" class="filter_toggle"> |
|
43 |
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle off neutral">[% LxERP.t8('Show details') %]</a> |
|
44 | 44 |
</div> |
45 | 45 |
<div id="details" style="display: none;" class="filter_toggle"> |
46 |
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle on neutral with-panel">[% LxERP.t8('Hide details') %]</a> </p>
|
|
46 |
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle on neutral with-panel">[% LxERP.t8('Hide details') %]</a> </p>
|
|
47 | 47 |
<div class="filter-toggle-panel"> |
48 | 48 |
<p> [% LxERP.t8("List of database upgrades to be applied:") %] </p> |
49 | 49 |
<ul> |
50 |
[% FOREACH upgrade_script = unapplied_scripts %]
|
|
50 |
[% FOREACH upgrade_script = unapplied_scripts %] |
|
51 | 51 |
<li>[% HTML.escape(upgrade_script.tag) %]: [% HTML.escape(upgrade_script.description) %]</li> |
52 |
[% END %]
|
|
52 |
[% END %] |
|
53 | 53 |
</ul> |
54 | 54 |
</div><!-- /.filter-toggle-panel --> |
55 | 55 |
</div> |
Auch abrufbar als: Unified diff
HP Aenderungen bis Oktober 2018