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 -r1.8 --- openacs-4/packages/acs-templating/tcl/tab-procs.tcl 22 Jun 2015 21:03:13 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/tab-procs.tcl 7 Aug 2017 23:48:02 -0000 1.8 @@ -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 {} @@ -276,3 +276,9 @@ } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: