contao-themes-net / nature-theme-bundle

nature theme bundle for contao cms
Other
7 stars 2 forks source link

Modul "Modal" Link CSS-Klassen werden nicht gesetzt #20

Closed mrflory closed 3 years ago

mrflory commented 3 years ago

Im Modul "Modal" können CSS-Klassen für den Button gesetzt werden, diese werden aber nicht übernommen. Fehler im Template: src/Resources/contao/templates/modules/mod_cthemes_modal.html5 Zeile 3 IST:

<button type="button" class="button is-primary modal-button" data-target="#modal<?= $this->id ?>"><?= $this->linkText ?></button>

Zeile 3 SOLL (linkClass ergänzt):

<button type="button" class="button is-primary modal-button <?= $this->linkClass ?>" data-target="#modal<?= $this->id ?>"><?= $this->linkText ?></button>
seibtph commented 3 years ago

in Version 1.4.0 behoben