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.1.2.4 -r1.1.2.5 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 31 Aug 2014 16:48:33 -0000 1.1.2.4 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 12 Jan 2015 12:13:33 -0000 1.1.2.5 @@ -163,9 +163,9 @@ set trn_mixin [expr {[lang::util::translator_mode_p] ?"::xo::TRN-Mode" : ""}] ns_log notice "call render_with ::xo::Table::BootstrapTableRenderer $trn_mixin" my render_with BootstrapTableRenderer $trn_mixin - ns_log notice "init-next" + #ns_log notice "init-next" next - ns_log notice "init-next DONE" + #ns_log notice "init-next DONE" } Class create BootstrapTableRenderer \ Index: openacs-4/packages/xowiki/tcl/folder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/folder-procs.tcl,v diff -u -r1.27.2.7 -r1.27.2.8 --- openacs-4/packages/xowiki/tcl/folder-procs.tcl 15 Apr 2014 07:05:37 -0000 1.27.2.7 +++ openacs-4/packages/xowiki/tcl/folder-procs.tcl 12 Jan 2015 12:13:33 -0000 1.27.2.8 @@ -469,7 +469,7 @@ # scoping in "-columns" set ::with_publish_status [expr {$publish_status ne "ready"}] - switch [$package_id get_parameter "PreferredCSSToolkit" yui] { + switch [$package_id get_parameter PreferredCSSToolkit yui] { bootstrap {set tableWidgetClass ::xowiki::BootstrapTable} default {set tableWidgetClass ::xowiki::YUIDataTable} }