Bug 31780: Add page-section class to audio alerts

To test:

1. Apply the patch and go to Administration -> Audio alerts
2. Confirm that the screen/table look correct with the page-section class added.

Note: There are some indentation changes.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Lucas Gass 2022-10-13 19:56:50 +00:00 committed by Tomas Cohen Arazi
parent ae9536b61f
commit be9b1fc60a
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -100,6 +100,7 @@
[% END %]
</div>
[% END %]
<div class="page-section">
<table id="audio-alerts-table">
<thead id="audio-alerts-table-head">
<tr>
@ -142,6 +143,7 @@
[% END %]
</tbody>
</table>
</div> <!-- /.page-section -->
<p>
<button id="delete-alerts" type="submit" class="btn btn-default disabled"><i class="fa fa-trash"></i> Delete selected alerts</button>