Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.243 -r1.244 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 8 Oct 2024 15:16:27 -0000 1.243 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 24 Oct 2024 17:02:23 -0000 1.244 @@ -36,7 +36,7 @@ } ::xowiki::Includelet instproc tableWidget {} { - return [expr {[::xowiki::CSS toolkit] in {bootstrap5 bootstrap} + return [expr {[::template::CSS toolkit] in {bootstrap5 bootstrap} ? "::xowiki::BootstrapTable" : "TableWidget" }] } @@ -602,19 +602,19 @@ : $localized_title}] ::xo::render_localizer - switch [::xowiki::CSS toolkit] { + switch [::template::CSS toolkit] { bootstrap - bootstrap5 { if {$link ne ""} { set template [ns_trim -delimiter | { - |
- |
$link
- |
$html
+ |
+ |
$link
+ |
$html
|
}] } else { set template [ns_trim -delimiter | { - |
- |
$html
+ |
+ |
$html
|
}] } }