Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
outlinetrue
exclude.*ndice
stylenone

 


Speaking of Email Template...

...

To learn more about how to create a template or how to use it in a customization, refer to Workflow Customization Guide or the templates used by platform in the document volume (directory: templates/tplmail).

 

StatussubtletruetitleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>


Basic Path

...


01. In the Control Panel feature, click the General tab and click on E-mail Template.

...

06. Select the e-mail template main file, mandatory field.

Expandpanel
titleLearn more

Only one file should be entered as main file.

It is also possible to upload the file by dragging it to the upload area.

07. Select a file as attachment (optional field).

Learn more
Expand
title
Panel

To upload a file, please follow steps 05 to 09 of Add New Document.

08. Click Save.

 


Alternative Path(s)

Edit E-mail Template

 


01. Select the e-mail template you want to edit.

...

03. Execute the desired modifications.

Learn more
Expand
title
Panel

The system does not allow you to change the Code and Language fields.

04. Click Save. 


Delete E-mail Template

 


01. Select the Group you want to delete.

...

03. Click OK to confirm the deletion.

 

 



Info
titlePlease note!

This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform.

 

...