Revision b3d3067e
Von Cem Aydin vor fast 4 Jahren hinzugefügt
templates/webpages/dbupgrade/warning.html | ||
---|---|---|
3 | 3 |
[% USE LxERP %] |
4 | 4 |
[% USE L %] |
5 | 5 |
|
6 |
<div class="wrapper"> |
|
6 | 7 |
<form name="Form" method="post" action="controller.pl"> |
7 | 8 |
|
8 | 9 |
<input type="hidden" name="action" value="LoginScreen/login"> |
... | ... | |
39 | 40 |
|
40 | 41 |
</form> |
41 | 42 |
|
42 |
<div id="nodetails" class="filter_toggle">
|
|
43 |
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle off neutral">[% LxERP.t8('Show details') %]</a> |
|
43 |
<div id="nodetails" class="toggle_panel">
|
|
44 |
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle off neutral control-panel">[% LxERP.t8('Show details') %]</a>
|
|
44 | 45 |
</div> |
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>
|
|
47 |
<div class="filter-toggle-panel"> |
|
46 |
<div id="details" style="display: none;" class="toggle_panel">
|
|
47 |
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle on neutral with-panel">[% LxERP.t8('Hide details') %]</a> |
|
48 |
<div class="filter-toggle-panel toggle_panel_block">
|
|
48 | 49 |
<p> [% LxERP.t8("List of database upgrades to be applied:") %] </p> |
49 | 50 |
<ul> |
50 | 51 |
[% FOREACH upgrade_script = unapplied_scripts %] |
... | ... | |
53 | 54 |
</ul> |
54 | 55 |
</div><!-- /.filter-toggle-panel --> |
55 | 56 |
</div> |
56 |
|
|
57 |
</div><!-- /.wrapper --> |
Auch abrufbar als: Unified diff
Neues Design Bugfix: #385 DB Upgrades Template, CSS Klassen korrigiert
- wrapper div eingefügt