Index: openacs-4/packages/acs-templating/tcl/style-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/style-procs.tcl,v diff -u -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/acs-templating/tcl/style-procs.tcl 20 Oct 2022 19:07:59 -0000 1.1.2.9 +++ openacs-4/packages/acs-templating/tcl/style-procs.tcl 21 Oct 2022 08:40:22 -0000 1.1.2.10 @@ -153,6 +153,7 @@ link link list-alt card-heading next chevron-right + paperclip paperclip previous chevron-left radio-checked check2-circle radio-unchecked circle @@ -180,6 +181,7 @@ list "fa-solid fa-list" list-alt "fa-regular fa-rectangle-list" next "fa-solid fa-chevron-right" + paperclip "fa-light fa-paperclip" previous "fa-solid fa-chevron-left" user "fa-solid fa-user" radio-checked "fa-regular fa-circle-check" @@ -205,6 +207,7 @@ link link list-alt list-alt next menu-right + paperclip paperclip previous menu-left radio-checked record radio-unchecked /shared/images/radio.gif @@ -232,6 +235,7 @@ list /shared/images/list16.png list-alt /shared/images/Preferences16.gif next "rlaquo;" + paperclip /resources/acs-subsite/attach.png previous "«" radio-checked /shared/images/radiochecked.gif radio-unchecked /shared/images/radio.gif Index: openacs-4/packages/forums/lib/message/attachment-list.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/attachment-list.adp,v diff -u -r1.2.8.7 -r1.2.8.8 --- openacs-4/packages/forums/lib/message/attachment-list.adp 18 Feb 2020 17:20:37 -0000 1.2.8.7 +++ openacs-4/packages/forums/lib/message/attachment-list.adp 21 Oct 2022 08:40:22 -0000 1.2.8.8 @@ -2,12 +2,12 @@
  • - #attachments.Attachment# @attachments.name@ @attachments.content_size_pretty@ + @attachments.name@ @attachments.content_size_pretty@ - #attachments.Attachment# @attachments.name@ @attachments.content_size_pretty@ + @attachments.name@ @attachments.content_size_pretty@ - +
  • Index: openacs-4/packages/forums/lib/message/attachment-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/attachment-list.tcl,v diff -u -r1.8.2.10 -r1.8.2.11 --- openacs-4/packages/forums/lib/message/attachment-list.tcl 18 Jul 2019 15:56:06 -0000 1.8.2.10 +++ openacs-4/packages/forums/lib/message/attachment-list.tcl 21 Oct 2022 08:40:22 -0000 1.8.2.11 @@ -17,7 +17,7 @@ # Only if the user can edit a message, which currently requires admin privileges # set detach_p [permission::permission_p -object_id $message(message_id) -privilege admin] -set detach_icon "/resources/acs-subsite/Delete16.gif" +set detach_icon trash # # Get the attachments # @@ -32,7 +32,7 @@ # # URL # - set icon "/resources/acs-subsite/url-button.gif" + set icon link # # Avoid redirecting to external hosts made by "go-to-attachment" by just linking the original URL # @@ -43,7 +43,7 @@ # a 'content_revision' or a subtype of them. # set object_type [acs_object_type $id] - set icon "/resources/acs-subsite/attach.png" + set icon paperclip if {[content::item::is_subclass \ -object_type $object_type \ -supertype "content_item"]} {