You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
523 B
19 lines
523 B
#
|
|
# Page template: offline.yaml
|
|
#
|
|
# The offline page is served to the customer portal when the help desk is
|
|
# configured offline in the Admin Panel
|
|
#
|
|
---
|
|
notes: |
|
|
The Offline Page appears in the Customer Portal when the Help Desk is offline.
|
|
|
|
name: Offline
|
|
body: |
|
|
<div><h1>
|
|
<span style="font-size: medium">Support Ticket System Offline</span>
|
|
</h1>
|
|
<p>Thank you for your interest in contacting us.</p>
|
|
<p>Our helpdesk is offline at the moment, please check back at a later
|
|
time.</p>
|
|
</div>
|