Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.239 -r1.7.2.240 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 14 Aug 2022 06:31:21 -0000 1.7.2.239 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 14 Aug 2022 06:57:16 -0000 1.7.2.240 @@ -1326,7 +1326,7 @@ namespace eval ::xowf::test_item { - # the fillowing is not yet ready for prime time. + # the following is not yet ready for prime time. if {0 && [acs::icanuse "nx::alias object"]} { set register_command "alias" } else { @@ -3394,6 +3394,15 @@ {span[@class='points']} \ [dict get $warning HTML] :dom node replaceXML $grading_box \ + {a[@class='manual-grade-edit']/span/..} \ + [dict get $pencil HTML] + # + # The last case with "span/.." is for legacy cases, where + # composite items were generated before bootstrap5 support + # and/or where composite items were generated under + # bootstrap5 but are rendered with bootstrap3 + # + :dom node replaceXML $grading_box \ {a[@class='manual-grade']/span/..} \ [dict get $pencil HTML] @@ -6047,8 +6056,9 @@ | #xowf.Points#: | | #xowf.feedback#: - | - | [::xowiki::bootstrap::icon -name pencil] + | + | [::xowiki::bootstrap::icon -name pencil] | | }]] @@ -6437,7 +6447,7 @@ # # In the case of a composite Composite question type, describe # the components rather than the compound part (maybe, we - # should descibe in the future also the container, but this + # should describe in the future also the container, but this # actually less interesting). # set selection [dict get [$form_obj instance_attributes] \