Index: openacs-4/packages/xooauth/xooauth.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xooauth/xooauth.info,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xooauth/xooauth.info 11 Sep 2024 06:15:56 -0000 1.2 +++ openacs-4/packages/xooauth/xooauth.info 27 Oct 2024 18:23:48 -0000 1.3 @@ -9,7 +9,7 @@ f f - + Michael Aram 2024-09-02 XOTcl based OAuth implementation and OAuth based REST @@ -32,8 +32,9 @@ 1 - + + Index: openacs-4/packages/xooauth/tcl/lti-includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xooauth/tcl/lti-includelet-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/xooauth/tcl/lti-includelet-procs.tcl 11 Sep 2024 06:15:56 -0000 1.2 +++ openacs-4/packages/xooauth/tcl/lti-includelet-procs.tcl 27 Oct 2024 18:23:48 -0000 1.3 @@ -70,8 +70,8 @@ $lti destroy return [subst { - $launch_button_label + $launch_button_label [dict get $result HTML] }] } Index: openacs-4/packages/xowf/xowf.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/xowf.info,v diff -u -r1.14 -r1.15 --- openacs-4/packages/xowf/xowf.info 24 Oct 2024 17:02:23 -0000 1.14 +++ openacs-4/packages/xowf/xowf.info 27 Oct 2024 18:23:48 -0000 1.15 @@ -10,20 +10,20 @@ t xowf - + Gustaf Neumann XoWiki Content Flow - an XoWiki based workflow system implementing state-based behavior of wiki pages and forms 2024-09-02 WU Vienna BSD-Style 2 - + - + - + 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 -r1.12 -r1.13 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 24 Oct 2024 17:02:23 -0000 1.12 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 27 Oct 2024 18:23:48 -0000 1.13 @@ -3334,9 +3334,9 @@ -script "window.print();" return [ns_trim -delimiter | [subst { - | + | |[::xowiki::bootstrap::icon -name print] print - | + | |[template::collect_body_scripts] }]] } @@ -7245,15 +7245,14 @@ set fields [$obj create_form_fields_from_names -lookup -set_values \ -form_constraints $form_constraints \ $field_names] - set data_attribute [expr {[::template::CSS toolkit] eq "bootstrap5" ? "data-bs" : "data"}] - return [subst { - - [::xowiki::bootstrap::icon -name chevron-down] $label - - [:exam_configuration_render_fields -modifiable $modifiable $fields] - - }] + return [ns_trim -delimiter | [subst { + | + | $label + | + | + | [:exam_configuration_render_fields -modifiable $modifiable $fields] + | + }]] } #---------------------------------------------------------------------- Index: openacs-4/packages/xowiki/xowiki.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v diff -u -r1.182 -r1.183 --- openacs-4/packages/xowiki/xowiki.info 24 Oct 2024 17:02:23 -0000 1.182 +++ openacs-4/packages/xowiki/xowiki.info 27 Oct 2024 18:23:47 -0000 1.183 @@ -10,7 +10,7 @@ t xowiki - + Gustaf Neumann A xotcl-based enterprise wiki system with multiple object types 2024-09-02 @@ -55,12 +55,12 @@ BSD-Style 2 - + - + Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 24 Oct 2024 17:02:23 -0000 1.15 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 27 Oct 2024 18:23:48 -0000 1.16 @@ -767,22 +767,22 @@ | | | - | $before_close$close_button_label - | $after_close + | $before_close$close_button_label + | $after_close | | $subtitle | | $body | | | | | Index: openacs-4/packages/xowiki/tcl/personal-notification-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/personal-notification-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xowiki/tcl/personal-notification-procs.tcl 24 Oct 2024 17:02:23 -0000 1.3 +++ openacs-4/packages/xowiki/tcl/personal-notification-procs.tcl 27 Oct 2024 18:23:48 -0000 1.4 @@ -139,9 +139,8 @@ - $before_close$close_button_label - $after_close + $before_close$close_button_label + $after_close @@ -162,8 +161,8 @@ $input_fields
- [::xowiki::bootstrap::icon -name chevron-down] $label -
+ | $label + | + |