mirror of https://github.com/itflow-org/itflow
Added some headings to notifications to help seperate them
This commit is contained in:
parent
6fa3aea520
commit
ef3c87f5d9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue