File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/MetaModels/Filter/Setting Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55 - " 5.5"
66 - " 5.6"
77 - " 7.0"
8+ - " 7.1"
89
910env :
1011 - CONTAO_VERSION=~3.5.5
Original file line number Diff line number Diff line change 33/**
44 * This file is part of MetaModels/filter_checkbox.
55 *
6- * (c) 2012-2016 The MetaModels team.
6+ * (c) 2012-2017 The MetaModels team.
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
1818 * @author Andreas Nölke <zero@brothers-project.de>
1919 * @author David Molineus <mail@netzmacht.de>
2020 * @author Stefan Heimes <stefan_heimes@hotmail.com>
21- * @copyright 2012-2016 The MetaModels team.
21+ * @author Ingolf Steinhardt <info@e-spin.de>
22+ * @copyright 2012-2017 The MetaModels team.
2223 * @license https://github.com/MetaModels/filter_checkbox/blob/master/LICENSE LGPL-3.0
2324 * @filesource
2425 */
@@ -130,7 +131,7 @@ public function getParameterFilterWidgets(
130131 $ arrWidget = array
131132 (
132133 'label ' => $ this ->prepareLabel ($ objAttribute ),
133- 'inputType ' => ($ this ->get ('ynmode ' ) == 'radio ' ?: 'checkbox ' ),
134+ 'inputType ' => ($ this ->get ('ynmode ' ) == 'radio ' ? ' radio ' : 'checkbox ' ),
134135 'eval ' => array (
135136 'colname ' => $ objAttribute ->getColName (),
136137 'urlparam ' => $ this ->getParamName (),
You can’t perform that action at this time.
0 commit comments