Template Manager ​
The Template Manager allows you to edit ACEweb HTMLÂ templates, style sheets, javascript files, and email templates.
To access the Template Manager:
- Open the ACEweb Administration Page.
- Click the Template Manager link.
- Select the appropriate Template Type (e.g. HTML, Email, CSS, etc.).
- Highlight the template you want to edit from the list.
- Click the Edit button. *Note:Â if you are editing Home.htm, Standard.htm or Minimal.htm, the system will ask you to confirm the action:
- Make your changes to the template then click the Save button to save your changes and remain in edit mode; or the Save & Exit button to save your changes and return to the Template listing page.
If you are editing Standard.htm or Minimal.htm, you will need to Reload the HTML after saving your changes.
Textarea Fields ​
Because the selected template coding is displayed in a textarea on the TemplateManager page, ACEweb must change the closing </textarea>
tag to </TEXT-AREA>
on any textarea fields you use on your selected template while you are working on the template. Once you save the template, the </TEXT-AREA>
is converted back to the correct </textarea>
syntax.
This mostly affects express registration and supplemental data capture templates.