From 3ce59b8686582a514406b1a57574e846ce83a7c1 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Mon, 25 May 2026 19:34:31 +0100 Subject: Switch display_contact to use liberty's generic list_xref template Removes dependency on contact-specific list_xref_generic.tpl; xref tabs are now rendered by bitpackage:liberty/list_xref.tpl which is usable across all packages. Co-Authored-By: Claude Sonnet 4.6 --- templates/display_contact.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/display_contact.tpl b/templates/display_contact.tpl index 37464e2..5cb4901 100755 --- a/templates/display_contact.tpl +++ b/templates/display_contact.tpl @@ -65,6 +65,6 @@ {jstabs} {section name=type loop=$gContent->mInfo.type} - {include file="bitpackage:contact/list_xref_generic.tpl" source=$gContent->mInfo.type[type].source source_title=$gContent->mInfo.type[type].title xref_type=$gContent->mInfo.type[type].sort_order} + {include file="bitpackage:liberty/list_xref.tpl" source=$gContent->mInfo.type[type].source source_title=$gContent->mInfo.type[type].title xref_type=$gContent->mInfo.type[type].sort_order allow_add=true} {/section} {/jstabs} -- cgit v1.3