diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-06 10:15:34 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-06 10:15:34 +0100 |
| commit | c9fba0f4a2f905e45af794a8d50a7c9af19ced0e (patch) | |
| tree | 59a7ec1f144c9dca163f4da59cfaebe8838bfc36 | |
| parent | fa31eb01f523e1c1e9eb7e4492ba8c308a98447b (diff) | |
| download | contact-c9fba0f4a2f905e45af794a8d50a7c9af19ced0e.tar.gz contact-c9fba0f4a2f905e45af794a8d50a7c9af19ced0e.tar.bz2 contact-c9fba0f4a2f905e45af794a8d50a7c9af19ced0e.zip | |
view_xref_contact_group.tpl: add class="table" for full-width tab rendering
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | templates/view_xref_contact_group.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_xref_contact_group.tpl b/templates/view_xref_contact_group.tpl index cada284..4b1f349 100644 --- a/templates/view_xref_contact_group.tpl +++ b/templates/view_xref_contact_group.tpl @@ -2,7 +2,7 @@ {jstab title="`$xrefGroup->mTitle` ({$xrefGroup->mXrefs|@count})"} {legend legend=$xrefGroup->mTitle} <div class="form-group table-responsive"> - <table> + <table class="table"> <thead> <tr> <th style="width:30%">{tr}Type{/tr}</th> |
