Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.223 -r1.284.2.224 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 5 Oct 2022 09:51:32 -0000 1.284.2.223 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 6 Oct 2022 17:27:48 -0000 1.284.2.224 @@ -4677,7 +4677,7 @@ if {$value eq $rep} { lappend atts checked checked } - if {1 || ${:horizontal}} {lappend label_class radio-inline} + if {1 || ${:horizontal}} {lappend label_class [::xowiki::CSS class radio-inline]} ::html::label -for $id -class $label_class { ::html::input $atts {} :render_label_text $label $label_class $description @@ -4728,7 +4728,7 @@ if {$rep in $value} { lappend atts checked checked } - if {1 || ${:horizontal}} {lappend label_class checkbox-inline} + if {1 || ${:horizontal}} {lappend label_class [::xowiki::CSS class checkbox-inline]} ::html::label -for $id -class $label_class { ::html::input $atts {} :render_label_text $label $label_class $description Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.332.2.122 -r1.332.2.123 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 22 Aug 2022 17:06:40 -0000 1.332.2.122 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 6 Oct 2022 17:27:48 -0000 1.332.2.123 @@ -186,6 +186,8 @@ cog gear print printer close btn-close + checkbox-inline form-check-inline + radio-inline form-check-inline } ::xowiki::formfield::FormField parameter [subst { {CSSclass form-control}