Index: openacs-4/packages/acs-templating/acs-templating.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/acs-templating.info,v diff -u -r1.70 -r1.71 --- openacs-4/packages/acs-templating/acs-templating.info 24 Oct 2024 17:02:23 -0000 1.70 +++ openacs-4/packages/acs-templating/acs-templating.info 27 Oct 2024 11:38:35 -0000 1.71 @@ -9,7 +9,7 @@ f t - + OpenACS Templating library. 2024-09-02 @@ -27,7 +27,7 @@ GPL version 2 3 - + Index: openacs-4/packages/acs-templating/tcl/tag-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-init.tcl,v diff -u -r1.52 -r1.53 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 25 Oct 2024 09:50:28 -0000 1.52 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 27 Oct 2024 11:38:35 -0000 1.53 @@ -1046,21 +1046,57 @@ } } -template::tag adp:class { params } { +# template::tag adp:class { params } { +# # +# # Not sure, we need toolkit switching, but it is useful for +# # testing purposes +# # +# set toolkit [ns_set iget $params toolkit ""] +# if {$toolkit ne ""} { +# template::adp_append_string [::template::CSS class -toolkit $toolkit [ns_set iget $params name]] +# } else { +# template::adp_append_string [::template::CSS class [ns_set iget $params name]] +# } +# } + +template::tag adp:button { chunk params } { # - # not sure, we need toolkit switching, but it is useful for testing purposes + # Implementation of value added " } + template::tag adp:toggle_button { chunk params } { # - # Implementation of dropdown-toggles: + # Implementation of dropdown-toggles, which have to be - depending + # on the toolkit - realized sometimes as "" and sometimes + # " + Filter