diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-06 15:55:45 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-06 15:55:45 +0100 |
| commit | 4425c6b4acd016085c537631c4738ca2fca90eaf (patch) | |
| tree | e7f8079f9e32b93af92dce18bd6005a4aabd5d06 /templates/view_xref_contact_group.tpl | |
| parent | cf124b2b5e5d7a7663c2dfafa970ca191216f143 (diff) | |
| download | contact-4425c6b4acd016085c537631c4738ca2fca90eaf.tar.gz contact-4425c6b4acd016085c537631c4738ca2fca90eaf.tar.bz2 contact-4425c6b4acd016085c537631c4738ca2fca90eaf.zip | |
display_contact: migrate to loadXrefInfo/gXrefInfo path
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>
Diffstat (limited to 'templates/view_xref_contact_group.tpl')
| -rw-r--r-- | templates/view_xref_contact_group.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/view_xref_contact_group.tpl b/templates/view_xref_contact_group.tpl index 549985e..bc08c03 100644 --- a/templates/view_xref_contact_group.tpl +++ b/templates/view_xref_contact_group.tpl @@ -5,9 +5,9 @@ <table class="table"> <thead> <tr> - <th style="width:30%">{tr}Type{/tr}</th> - <th style="width:30%">{tr}Value{/tr}</th> - <th style="width:40%">{tr}Note{/tr}</th> + <th>{tr}Type{/tr}</th> + <th>{tr}Value{/tr}</th> + <th>{tr}Note{/tr}</th> {if $xrefAllowEdit}<th>{tr}Added{/tr}</th><th>{tr}Edit{/tr}</th>{/if} </tr> </thead> |
