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 -N -r1.2 -r1.3 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 27 Oct 2014 16:42:04 -0000 1.2 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 27 Apr 2015 15:28:22 -0000 1.3 @@ -152,20 +152,16 @@ namespace eval ::xo::Table { - Class ::xowiki::BootstrapTable \ + Class create ::xowiki::BootstrapTable \ -superclass ::xo::Table \ -parameter { skin } ::xowiki::BootstrapTable instproc init {} { - ns_log notice "init" 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" next - ns_log notice "init-next DONE" } Class create BootstrapTableRenderer \