View Single Post
Old 01-31-2018, 10:01 AM   #2
ISPsystem team
 
Join Date: Jul 2014
Posts: 443
ksenya is on a distinguished road
Default

Hello

To add an image (logo, etc.) into a document template, you can use the <img src=”path”/> tag which can be a hyperlink or image name.

For example, in order to add a user avatar into a letter, you need to use the following structure

<img src="https://<billing server address>/manimg/userdata/avatar_files/<%= user.avatar_file %>"/>, as in avatar_file the link to the file in the
/usr/local/mgr5/skins/userdata/avatar_files directory is specified
ksenya is offline   Reply With Quote