Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b3d3067e

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID b3d3067e81ddaf0731ce35f850793a58ddbe17e3
  • Vorgänger 4b7f9de2
  • Nachfolger 192c2acf

Neues Design Bugfix: #385 DB Upgrades Template, CSS Klassen korrigiert

- wrapper div eingefügt

Unterschiede anzeigen:

templates/webpages/dbupgrade/warning.html
[% USE LxERP %]
[% USE L %]
<div class="wrapper">
<form name="Form" method="post" action="controller.pl">
<input type="hidden" name="action" value="LoginScreen/login">
......
</form>
<div id="nodetails" class="filter_toggle">
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle off neutral">[% LxERP.t8('Show details') %]</a>
<div id="nodetails" class="toggle_panel">
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle off neutral control-panel">[% LxERP.t8('Show details') %]</a>
</div>
<div id="details" style="display: none;" class="filter_toggle">
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle on neutral with-panel">[% LxERP.t8('Hide details') %]</a> </p>
<div class="filter-toggle-panel">
<div id="details" style="display: none;" class="toggle_panel">
<a href="#" onclick="$('#details,#nodetails').toggle();" class="button toggle on neutral with-panel">[% LxERP.t8('Hide details') %]</a>
<div class="filter-toggle-panel toggle_panel_block">
<p> [% LxERP.t8("List of database upgrades to be applied:") %] </p>
<ul>
[% FOREACH upgrade_script = unapplied_scripts %]
......
</ul>
</div><!-- /.filter-toggle-panel -->
</div>
</div><!-- /.wrapper -->

Auch abrufbar als: Unified diff