Added some headings to notifications to help seperate them

This commit is contained in:
johnnyq 2024-10-09 13:25:34 -04:00
parent 6fa3aea520
commit ef3c87f5d9
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,9 @@ require_once "inc_all_admin.php";
</tr>
</thead>
<tbody>
<tr>
<th colspan=5>Expirations</th>
</tr>
<tr>
<th>
<div><i class="fas fa-fw fa-globe mr-2"></i>Domain Expiration Notice</div>
@ -91,6 +94,9 @@ require_once "inc_all_admin.php";
<td></td>
<td></td>
</tr>
<tr>
<th colspan=5>Billing</th>
</tr>
<tr>
<th>
<div><i class="fas fa-fw fa-file-invoice mr-2"></i>Invoice Reminders</div>
@ -129,6 +135,9 @@ require_once "inc_all_admin.php";
</td>
<td></td>
</tr>
<tr>
<th colspan=5>Operational</th>
</tr>
<tr>
<th>
<div><i class="fas fa-fw fa-bell mr-2"></i>Send clients general notification emails</div>