Index: openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl,v diff -u -r1.12.2.9 -r1.12.2.10 --- openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 26 Jun 2022 19:31:29 -0000 1.12.2.9 +++ openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 12 Sep 2022 09:15:15 -0000 1.12.2.10 @@ -71,16 +71,16 @@ ad_unset_cookie "cookieconsent_status-$subsite_id" } - # - # Create the Class for configuring the cookie consent widget. - # This class requires nx from the next-scripting framework. - # - # https://next-scripting.org/xowiki/ - # - # which is automatically installed for XOTcl2 via - # https://openacs.org/xowiki/naviserver-openacs - # nx::Class create CookieConsent { + # + # Create the Class for configuring the cookie consent widget. + # This class requires nx from the next-scripting framework. + # + # https://next-scripting.org/xowiki/ + # + # which is automatically installed for XOTcl2 via + # https://openacs.org/xowiki/naviserver-openacs + # :property {position pushdown};# bottom|top|pushdown|left|right :property {layout block} ;# block|classic|edgeless|wire :property {palette default} ;# default|oacs|honeybee|mono|neon|corporate