UCM Blog

Latest News and Updates from the Ultimate Client Manager team

New ‘external_template’ available

There is a new template available for editing under Settings > Templates called ‘external_template

This new external_template is used when outputting all the external links from the UCM system.

Examples of where this template is used are:

  • Job quote/email view online link
  • Invoice view online link
  • FAQ view online link
  • Ticket view online link
  • Payment receipt link

You can now customise this template to better suit your existing company branding. Here is the default template:

<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>{PAGE_TITLE}</title>
 {FAVICON}
 {AUTOMATIC_STYLES}
 {AUTOMATIC_SCRIPTS}
 <style type="text/css">
 body{ margin:0; }
 </style>
</head>
<body>
<div class="pretty_content_wrap">
 {CONTENT}
</div>
</body>
</html>

    
dtbakerNew ‘external_template’ available
Share this post