Disabled background color due to problems when forwarding mails in
Outlook. Also added header row after host comment.
This commit is contained in:
parent
3bc3b11215
commit
c80a2417c8
@ -3,7 +3,7 @@
|
||||
<title>{{SUBJECT}}</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #426D8A;
|
||||
/* background-color: #426D8A; */
|
||||
padding: 5px;
|
||||
font-family: arial,helvetica,sans-serif;
|
||||
font-size: 10px;
|
||||
|
@ -18,6 +18,9 @@
|
||||
<tr class="odd0">
|
||||
<td colspan="2">{{{HOSTCUSTOMNOTES}}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">Service Information</th>
|
||||
</tr>
|
||||
{{/HOSTCUSTOMNOTES}}
|
||||
<tr class="odd0">
|
||||
<td class=left>Service description</td>
|
||||
|
Reference in New Issue
Block a user