Skip to content

Commit

Permalink
Updated HTML templates to use new variables for message details. More…
Browse files Browse the repository at this point in the history
  • Loading branch information
joet3ch committed Jun 16, 2017
1 parent f90c159 commit 1066600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 63 deletions.
22 changes: 1 addition & 21 deletions html/incident.html
Expand Up @@ -128,25 +128,6 @@
text-align:center;
}

.message_block {
word-break: break-all; /* webkit */
word-wrap: break-word;
word-break: keep-all;

white-space: pre;
white-space: -moz-pre-wrap; /* fennec */
white-space: pre-wrap;
white-space: pre\9; /* IE7+ */
}

pre {
color:#505050;
font-family:Arial;
font-size:14px;
line-height:150%;
text-align:left;
}

</style>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
Expand Down Expand Up @@ -187,8 +168,7 @@ <h4 class="h4">*|STATUSPAGENAME|*</h4>
<br />
<br />
<strong>Update:</strong>
<br />
<span class="message_block">*|UPDATEMESSAGE|*</span>
<p>*|INCIDENTMESSAGE|*</p>
<br />
</div>
</td>
Expand Down
22 changes: 1 addition & 21 deletions html/maintenance.html
Expand Up @@ -128,25 +128,6 @@
text-align:center;
}

.message_block {
word-break: break-all; /* webkit */
word-wrap: break-word;
word-break: keep-all;

white-space: pre;
white-space: -moz-pre-wrap; /* fennec */
white-space: pre-wrap;
white-space: pre\9; /* IE7+ */
}

pre {
color:#505050;
font-family:Arial;
font-size:14px;
line-height:150%;
text-align:left;
}

</style>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
Expand Down Expand Up @@ -183,8 +164,7 @@ <h4 class="h4">*|STATUSPAGENAME|*</h4>
<br />
<br />
<strong>Update:</strong>
<br />
<span class="message_block">*|UPDATEMESSAGE|*</span>
<p>*|MAINTENANCEMESSAGE|*</p>
<br />
</div>
</td>
Expand Down
22 changes: 1 addition & 21 deletions html/maintenance_reminder.html
Expand Up @@ -128,25 +128,6 @@
text-align:center;
}

.message_block {
word-break: break-all; /* webkit */
word-wrap: break-word;
word-break: keep-all;

white-space: pre;
white-space: -moz-pre-wrap; /* fennec */
white-space: pre-wrap;
white-space: pre\9; /* IE7+ */
}

pre {
color:#505050;
font-family:Arial;
font-size:14px;
line-height:150%;
text-align:left;
}

</style>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
Expand Down Expand Up @@ -188,8 +169,7 @@ <h4 class="h4">*|STATUSPAGENAME|*</h4>
<br />
<br />
<strong>Details:</strong>
<br />
<span class="message_block">*|MAINTENANCEDETAILS|*</span>
<p>*|MAINTENANCEREMINDERMESSAGE|*</p>
<br />
</div>
</td>
Expand Down

0 comments on commit 1066600

Please sign in to comment.