Index: openacs-4/packages/xowiki/tcl/yui-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/yui-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/xowiki/tcl/yui-procs.tcl 20 May 2018 11:01:57 -0000 1.14 +++ openacs-4/packages/xowiki/tcl/yui-procs.tcl 7 Jul 2018 10:58:20 -0000 1.15 @@ -17,7 +17,7 @@ header } - YUIMenuItemList ad_instproc render {} {} { + YUIMenuItemList instproc render {} { if {[info exists :header]} { html::h6 { html::t [:header] @@ -206,7 +206,7 @@ ::xo::tdom::Class create YUIMenuBarItem \ -superclass YUIMenuItem - YUIMenuBarItem ad_instproc init {} {} { + YUIMenuBarItem instproc init {} { #goto YUIMenuItem and set all those nice defaults next append :CSSclass " first-of-type" @@ -216,7 +216,7 @@ } } - YUIMenuBarItem ad_instproc render {} {} { + YUIMenuBarItem instproc render {} { set :extrajs "" set result [next] if {[info exists :__parent]} {