Workflow Manager 2014
On the Email Template Details page, you can edit both email templates that were shipped with Workflow Manager and also new email templates that you have created. The Email Template Details page includes a powerful text editor that provides not only a WYSIWYG design view but also an HTML code view.
Note: In previous releases, email templates were stored on the Workflow Manager server in the Workflow Manager\wwwroot\EmailTemplate directory. Starting with Workflow Manager 2013 R2, the email template text files are stored in the Workflow Manager database. Any edits that you would like to make to the email templates must be made in the Workflow Manager interface on the Email Template Details page. The Workflow Manager server location, however, does include a backup copy of the default email template text files for your reference.
To edit an existing email template, perform the following steps:
To edit an email template:
1. | In the navigation bar, open the Administration group and click Email Templates in the Environment Settings subgroup. The Email Template Administration page appears, and lists all existing email templates. |
2. | Click Select next to the email template that you want to edit. The Email Template Details page opens, displaying the selected email template in a text editor. |
The text editor on the Email Template Details page provides the following views of the selected email template:
• | Design—Displays an editable view of the text, tables, and images of the email template. Design view gives you an idea of how the email will look when it is opened by the recipient, but it is not rendered accurately: table cell borders are visible, and not all embedded CSS styles are applied. |
• | HTML—Displays an editable view of the HTML code of the email template. |
• | Preview—Displays a non-editable preview of how an email created using this template will look when it is opened by the recipient. Table cell borders are not visible, and embedded .CSS styles are applied. |
You switch between these three views by clicking on the tabs at the bottom of the window:
3. | The Template Name field lists the name of the text file that identifies this email template. |
Important: When editing one of the default email templates (which were installed with Workflow Manager), it is recommended that you do not edit this field. If you do edit it, you will also need to update its associated entry in the web.config file, as described in Email Template Settings.
4. | The Subject field lists the contents of the email’s Subject line. When editing this field, make sure that the final text describes the purpose of this email and prompts email recipients to take action. |
5. | Edit the existing text or add new text. You can adjust the font or the font size of selected text using the Font List and Font Size List in the toolbar. You can also apply an existing style by selecting it from the Style List. |
Function |
Toolbar Item |
Description |
Style List |
|
Select a style from this list to apply it to the paragraph you are currently editing. Important: In order to apply one of these styles to an individual paragraph, that paragraph must be already be defined by a standard HTML element, such as <p>xxx</p> or <h2>xxx</h2>, etc. Because paragraphs of text entered in Design view are separated instead by line break elements <br />, it is recommended that text be reviewed in the HTML view prior to applying these styles. |
Font List |
|
To change the font of selected text, or the subsequent text that you enter, select a font from this list. Note: To make multiple style changes to a paragraph at the same time, you can use the Style Builder. |
Font Size List |
|
To change the size of selected text, or the subsequent text that you enter, select a size from this list. Note: To make multiple style changes to a paragraph at the same time, you can use the Style Builder. |
6. | Enter and format text using the following items on the text editor’s toolbar: |
Function |
Icon |
Description |
|||||||||||||||
Check Spelling |
|
Click to launch a spell check of this email template. |
|||||||||||||||
Find & Replace |
|
Click to open the Find and Replace dialog box, where you can search for and replace text. |
|||||||||||||||
Undo |
|
Click to undo the last action you made. |
|||||||||||||||
Redo |
|
Click to cancel an Undo action. |
|||||||||||||||
Cut |
|
Click to delete the selected text and copy it to the clipboard. |
|||||||||||||||
Copy |
|
Click to copy the selected text to the clipboard. |
|||||||||||||||
Paste |
|
Click to paste the text on the clipboard at the insertion point (location of the cursor). Note: If the text is copied from Word, the text will be pasted as complex HTML with some web-unfriendly tags. It is recommended that you instead use Paste from Word or Paste from Word (Strip Font). |
|||||||||||||||
|
Click to strip web-unfriendly tags from the text that was copied from Word to the clipboard, and then paste it at the insertion point. The pasted content will be rendered very similarly to the way it was displayed in Word. but when it is viewed in the HTML view, the HTML code will be relatively “clean”. |
||||||||||||||||
|
Click to strip all Word-specific tags from the text that was copied from Word to the clipboard, including font names and text sizes, and then paste it at the insertion point. The pasted text will not use the same fonts and text sizes as the Word document, but it will still contain the formatting defined the Word document, such as tables and headings. |
||||||||||||||||
Paste Plain Text |
|
Click to paste the contents of the clipboard as plain text (no formatting) at the insertion point. |
|||||||||||||||
|
Click to open the Paste HTML dialog box, copy HTML code into the window, and then click Paste. The HTML code that you entered will be converted to formatted text and will then be pasted into the email template at the insertion point. |
||||||||||||||||
Paste as HTML |
|
If you have copied formatted text to the clipboard, click this button to convert that text to HTML code and then paste that HTML code at the insertion point. Note: If you have copied plain text to the clipboard, clicking this button will merely insert that text at the insertion point; no HTML formatting will be done. |
|||||||||||||||
Format Stripper |
|
Use to remove custom or all formatting from the selected text. You have the following options:
|
|||||||||||||||
Bold |
|
Click to convert the selected text to bold. |
|||||||||||||||
Italic |
|
Click to convert the selected text to italic. |
|||||||||||||||
Underline |
|
Click to underline the selected text. |
|||||||||||||||
Center |
|
Click to center-align the selected paragraph. |
|||||||||||||||
Justify |
|
Click to justify the selected paragraph (forces each line of the paragraph, except the last, to fill the full width of the available area). |
|||||||||||||||
Align Left |
|
Click to left-align the selected paragraph. |
|||||||||||||||
Align Right |
|
Click to right-align the selected paragraph. |
|||||||||||||||
|
Click to open the Image Manager dialog box, where you can select an existing image to insert into the email template, and set image properties. Note: Only images that are in the same directory as the email template text files will be available for selection on the Image Manager dialog box. See Changing the Location of the Email Template Images for more information. |
||||||||||||||||
|
Click to open the Flash Manager dialog box, where you can select an existing Flash movie (.swf file) to insert into the email template, and set Flash movie properties. Note: Only Flash movies that are in the same directory as the email template text files will be available for selection on the Flash Manager dialog box. See Changing the Location of the Email Template Images for more information. |
||||||||||||||||
Image Map Editor |
|
Click to open the Image Map Editor, where you can define clickable hyperlinked areas within an image. |
|||||||||||||||
Hyperlink Manager |
|
Click to open the Hyperlink Manager, which you can use to insert or edit a hyperlink, including anchors and email addresses. |
|||||||||||||||
Foreground Color |
|
Click to change the color of the selected text. |
|||||||||||||||
Background Color |
|
Click to change the background color of the selected text. |
|||||||||||||||
|
Click to open the Style Builder, where you can set multiple CSS styles on the selected text using a <span> tag, such as: <span style="font-family: Segoe UI; color: #548dd4; font-size: 18px; font-weight: bold;">Selected text</span> |
||||||||||||||||
|
Click and then select Table Wizard from the menu to open the Table Wizard dialog box, which you can use to insert a new table or edit an existing table. Note: To edit an existing table, select the table and then select Table Properties from the context menu. |
||||||||||||||||
Insert Symbol |
|
To insert a special character, click this button to open a list of special characters, and then click on the one that you want to insert. |
|||||||||||||||
Toggle Full Screen Mode (F11) |
|
Click to expand the text editing window to fill the whole pane. Click again to return to normal size. |
Note: The toolbar is disabled when the HTML or Preview tab is selected.
7. | Use the Notification Variable list to insert replaceable parameters, if desired, as described in Using Notification Variables in Email Templates. |
8. | In the Remarks field, enter notes or comments to identify the purpose of this email template, if desired. |
9. | Click Update to save your edits. |
See Also
Workflow Manager 2014 Help LibrarySeptember 23, 2014 |
Copyright Information | Contact Us |