Skip to content

Commit 09cfc45

Browse files
committed
Merge pull request #18 from s-nakajima/master
ラジオボタンのCSS修正
2 parents 03117f1 + 3d2d971 commit 09cfc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

View/Helper/DataTypeFormHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function inputDataType($dataTypeKey, $fieldName, $inputLabel, $attributes
8383

8484
$output .= '<div class="form-control nc-data-label">';
8585
$output .= $this->NetCommonsForm->radio($fieldName, $options, Hash::merge(array(
86-
'class' => 'form-control form-inline',
86+
'class' => 'form-inline',
8787
'separator' => '<span class="radio-separator"></span>'
8888
), $attributes));
8989
$output .= '</div>';

0 commit comments

Comments
 (0)