Start of work to handle attribute tags - should help with #75 and #16

This commit is contained in:
2025-03-16 10:34:02 +11:00
parent 7e050954c3
commit 85c7132b30
5 changed files with 115 additions and 41 deletions

View File

@@ -0,0 +1,9 @@
<div class="alert alert-danger p-0" style="font-size: .80em;">
<table class="table table-borderless table-danger p-0 m-0">
<tr>
<td class="align-top" style="width: 5%;"><i class="fas fa-fw fa-2x fa-exclamation-triangle"></i></td>
<td>Unable to display this attribute as it has attribute tags [<strong>{!! $tags->join('</strong>, <strong>') !!}</strong>].<br>
You can manage it with an LDIF import.</td>
</tr>
</table>
</div>