summaryrefslogtreecommitdiff
path: root/templates/view_xref_contact_group.tpl
AgeCommit message (Collapse)AuthorFilesLines
2026-06-06display_contact: migrate to loadXrefInfo/gXrefInfo pathLester Caine1-3/+3
display_contact.php: replace getXrefGroupList() with loadXrefInfo() and assign gXrefInfo to Smarty. display_contact.tpl: replace old $source loop with xrefGroup foreach. view_xref_contact_group.tpl: remove fixed column widths. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06view_xref_contact_group.tpl: default allow_edit to false, consistent with ↵Lester Caine1-1/+1
other group templates Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06view_xref_contact_group.tpl: add class="table" for full-width tab renderingLester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06xref item templates: drop dead Link/nbsp column; move generics to libertyLester Caine1-0/+35
- view_xref_address_item.tpl, view_xref_phone_item.tpl: remove &nbsp; second column - view_xref_contact_group.tpl: add 30/30/40% widths to Type/Value/Note - view_xref_text_item.tpl, list_xref_generic.tpl: deleted — fall through to liberty equivalents - ImportContactCSV.php: set xorder explicitly (#P/#F → 1, others → 0) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>