Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4a663bf8

Von Tamino Steinert vor 7 Tagen hinzugefügt

  • ID 4a663bf82dec36e05f9e5f7f039a83ad619b5067
  • Vorgänger 64a0ac19
  • Nachfolger 7bf16444

SL::Layout::Flash: fliegende Flash-Meldungen (portiert von Odyn)

TODOs:
- CSS für Design40 und Material anpassen
- Fehler von t/flash_migration/deprecated_calls beheben

Unterschiede anzeigen:

SL/Layout/Material.pm
use SL::Layout::None;
use SL::Layout::MaterialMenu;
use SL::Layout::MaterialStyle;
use SL::Layout::Flash;
use SL::Layout::Content;
sub get_stylesheet_for_user {
......
SL::Layout::None->new,
SL::Layout::MaterialStyle->new,
SL::Layout::MaterialMenu->new,
SL::Layout::Flash->new,
SL::Layout::Content->new,
]
}

Auch abrufbar als: Unified diff