Index: openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl 1 Apr 2022 13:04:44 -0000 1.1.2.1 +++ openacs-4/packages/bootstrap-icons/tcl/resource-procs.tcl 17 Apr 2022 10:58:26 -0000 1.1.2.2 @@ -51,7 +51,7 @@ set cdnHost cdnjs.cloudflare.com set cdn //$cdnHost/ - if {[file exists $resourceDir//bootstrap-icons-$version]} { + if {[file exists $resourceDir/bootstrap-icons-$version]} { # # Local version is installed # @@ -147,7 +147,7 @@ } # - # So far, everything is fine, unpack the editor package. + # So far, everything is fine, unpack the dowloaded zip file # foreach url [dict get $resource_info downloadURLs] { set fn [file tail $url] Index: openacs-4/packages/bootstrap-icons/www/sitewide-admin/sample.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bootstrap-icons/www/sitewide-admin/sample.adp,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/bootstrap-icons/www/sitewide-admin/sample.adp 8 Apr 2022 10:35:25 -0000 1.1.2.3 +++ openacs-4/packages/bootstrap-icons/www/sitewide-admin/sample.adp 17 Apr 2022 10:58:26 -0000 1.1.2.4 @@ -4,7 +4,7 @@

@title;noquote@

Support for the adp:icon Tag

-

adp:icons can be used on ADP pages with +

Bootstrap Icons adp:icons can be used on ADP pages with

<adp:icon name="NAME" title="..." style="..." class="...">
@@ -21,33 +21,44 @@ "classic" (old-style gif/png images), "glyphicons" -(Part of Bootstrap 3) , and the +(Part of Bootstrap 3), "bootstrap-icons" (usable for all -themes). Some of the icon names are usable for all OpenACS icon sets, -some of these can be used without further mapping as replacement of -the gyphicons of Bootstrap 3. +themes), and +"fa-icons" (usable +for all themes). Some of the icon names are usable via adp:icon for +all OpenACS icon sets, some of these can be used without further +mapping as replacement of the gyphicons of Bootstrap 3. -

-See below for lists of valid names. +

The names which can be used for all icon sets are called "generic", since for these, a mapping from the specific icon set to the generic name exists. See below for lists of names and contexts, where +these can be used.