Index: openacs-4/packages/acs-templating/tcl/tab-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tab-procs.tcl,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/acs-templating/tcl/tab-procs.tcl 10 Sep 2015 08:22:07 -0000 1.7.2.1 +++ openacs-4/packages/acs-templating/tcl/tab-procs.tcl 3 Oct 2016 18:52:07 -0000 1.7.2.2 @@ -1,12 +1,12 @@ -#################################### -# -# Procs for creating the tabbed UI -# +ad_library { + Procs for creating the tabbed UI +} + # The tabs object is basically just a form # Each tab is a formwidget - # A tab is just a formwidget + namespace eval template {} namespace eval template::widget {} namespace eval template::tabstrip {}