Skip to content

Commit

Permalink
Merge pull request #100 from hschottm/master
Browse files Browse the repository at this point in the history
Layout fix
  • Loading branch information
hschottm authored Jun 4, 2024
2 parents a29b370 + b3e0458 commit 4b6b0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dca/tl_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public function getNewsArchives()
(
'label' => &$GLOBALS['TL_LANG']['tl_module']['event_showtags'],
'inputType' => 'checkbox',
'eval' => array('submitOnChange'=>true),
'eval' => array('submitOnChange'=>true, 'tl_class' => 'clr'),
'sql' => "char(1) NOT NULL default ''"
);

Expand Down

0 comments on commit 4b6b0a7

Please sign in to comment.