Index: openacs-4/packages/acs-subsite/tcl/email-image-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/email-image-procs.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/acs-subsite/tcl/email-image-procs.tcl 1 Oct 2017 12:16:05 -0000 1.16 +++ openacs-4/packages/acs-subsite/tcl/email-image-procs.tcl 27 Mar 2018 11:18:00 -0000 1.17 @@ -40,12 +40,12 @@ {-bgcolor "" } {-transparent "" } } { - Returns the email in differnet different ways (text level 4, image or text and image level 3, link level 2, ...) + Returns the email in different ways (text level 4, image or text and image level 3, link level 2, ...) according to the priv_email field in the users table. To create an image the ImageMagick software is required, if ImageMagick is not present then the @ symbol in the email will be shown as an image. When creating an image you can choose the background color (In this format \#xxxxxx). Also you can make the background color transparent (1 or 0). - + @param return_url The url to return when the email is shown as a link @param bgcolor The Background color of the image. Default to \#ffffff @param transparent If the bgcolor is transparent. Default to 1