Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c072f65a

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID c072f65acd8dcc46cfe4f14f3b998a8e15affb25
  • Vorgänger 5f089c3b
  • Nachfolger 5b65dfe9

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

- wrapper div eingefügt

Unterschiede anzeigen:

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