Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Atualizada para considerar a release 1.6.5

...

Table of Contents
outlinetrue
exclude.*ndice
stylenone

 


Speaking of Email Template...

...

To add a new email template, just access the Control Panel, in the in the General tabCustomization container, click on “Email Templates,” and then click the "Add" button.

...

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).

 

Status
subtletrue
titleLearn 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

 


Add e-mail template

...

01. In the main menu, click Control Panel, then check Customization container and click E-mail template01. In the Control Panel feature, click the General tab and click on E-mail Template.

02. Click Add.

03. Enter the e-mail template code that you want to add.

...

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

Panel
Expand
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).

Expandpanel
titleLearn more

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

08. Click Save.

 

...



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.6.5 .10 update - Liquid. If you use a previous update, it may contain information different from what you see on your platform.

 

...