HighGear software allows system administrators to create a custom design template and specify that it should be used when printing tasks or projects.

Configuring HighGear to use a custom template

  1. Navigate to the HighGear web folder (often, c:\inetpub\wwwroot\highgear)
  2. Find the folder called Templates, and copy its contents into the folder called CustomTemplates.
  3. Customize the copy of PrintTemplate.html in CustomTemplates (see below for details).
  4. Log in to HighGear software and go to the System Settings page in the Administration tab
  5. Change the Use Custom Printout Template setting to “Yes”, and click Save.
  6. Test the new template by opening a task and clicking its print icon.

Editing the custom template file

HighGear’s templates are simply HTML files with special tags that serve as placeholders for the information that will be printed. A template can be any valid HTML document, as long as the placeholder tags are present. If you omit a placeholder, the template will still work, but it will not include the section marked by the missing placeholder. The placeholder tags are:

  • <PrintoutTitle> The printout title (from the System Settings page)
  • <SummaryFields> The most important fields of the task/project
  • <DetailsFields> The other fields of the task/project
  • <TimeLogEntries> The time log info for the task/project
  • <AttachedFiles> The attached files info for the task/project

You can also include images in your template. To do this, copy the image to the PrintImages folder in the CustomTemplates folder. Then, just use a relative URL to point to the image. For example:
<img src=”CustomTemplates/PrintImages/HighGearPrintLogo.gif”>

Note: You can also change the design of the HighGear email notifications. Refer to How To: Change the design of the HighGear email notifications for more details.

Schedule Consultation