Domain Expiration Task Fixes
This commit is contained in:
parent
32f259ecec
commit
81162ca00e
3 changed files with 24 additions and 7 deletions
|
@ -6249,7 +6249,7 @@ Please, find below details of your domain expiration information.
|
|||
<tr>
|
||||
<td>#Domain.DomainName#</td>
|
||||
<td>#Domain.Customer#</td>
|
||||
<td>#Domain.ExpirationDate#</td>
|
||||
<td>Expired</td>
|
||||
</tr>
|
||||
</ad:foreach>
|
||||
</tbody>
|
||||
|
@ -6313,7 +6313,7 @@ Please, find below details of your domain expiration information.
|
|||
<ad:foreach collection="#Domains#" var="Domain" index="i">
|
||||
Domain: #Domain.DomainName#
|
||||
Customer: #Domain.Customer#
|
||||
Expiration Date: #Domain.ExpirationDate#
|
||||
Expiration Date: Expired
|
||||
|
||||
</ad:foreach>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue