diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-25 19:34:25 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-25 19:34:25 +0100 |
| commit | 2866cb7d576ae8c59137d0c7dbb8e9baf0e6e3f1 (patch) | |
| tree | bef17ad985f83184ed0a2c04154f07802223cea8 | |
| parent | 98a222ddbaa5ca0dc7d914d4912af8055d46dbc4 (diff) | |
| download | liberty-2866cb7d576ae8c59137d0c7dbb8e9baf0e6e3f1.tar.gz liberty-2866cb7d576ae8c59137d0c7dbb8e9baf0e6e3f1.tar.bz2 liberty-2866cb7d576ae8c59137d0c7dbb8e9baf0e6e3f1.zip | |
Add bridge templates for contact-specific xref record types
Thin bridge templates that delegate to the contact package for
key_seal, inc_report and image record types — allows liberty's
generic list_xref.tpl to render these without duplicating logic.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | templates/view_xref_image_record.tpl | 1 | ||||
| -rw-r--r-- | templates/view_xref_inc_report_record.tpl | 1 | ||||
| -rw-r--r-- | templates/view_xref_key_seal_record.tpl | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/view_xref_image_record.tpl b/templates/view_xref_image_record.tpl new file mode 100644 index 0000000..9effe61 --- /dev/null +++ b/templates/view_xref_image_record.tpl @@ -0,0 +1 @@ +{include file="bitpackage:contact/view_xref_image_record.tpl"} diff --git a/templates/view_xref_inc_report_record.tpl b/templates/view_xref_inc_report_record.tpl new file mode 100644 index 0000000..6fc138f --- /dev/null +++ b/templates/view_xref_inc_report_record.tpl @@ -0,0 +1 @@ +{include file="bitpackage:contact/view_xref_inc_report_record.tpl"} diff --git a/templates/view_xref_key_seal_record.tpl b/templates/view_xref_key_seal_record.tpl new file mode 100644 index 0000000..0fe0b18 --- /dev/null +++ b/templates/view_xref_key_seal_record.tpl @@ -0,0 +1 @@ +{include file="bitpackage:contact/view_xref_key_seal_record.tpl"} |
