diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-29 15:38:39 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-29 15:38:39 +0100 |
| commit | c45f519ca9fee2ff9f1a727b1628c77a46e1e62e (patch) | |
| tree | 66d631b83ee8db5823159af372834a15600f2185 /templates | |
| parent | 6b0a62a5a356e1dd3274e3966552d73f155e8936 (diff) | |
| download | liberty-c45f519ca9fee2ff9f1a727b1628c77a46e1e62e.tar.gz liberty-c45f519ca9fee2ff9f1a727b1628c77a46e1e62e.tar.bz2 liberty-c45f519ca9fee2ff9f1a727b1628c77a46e1e62e.zip | |
Fix cross-package _record.tpl references; remove key_seal template
- view_xref_image_item.tpl, view_xref_inc_report_item.tpl: update includes
to use renamed contact _item.tpl templates
- Remove view_xref_key_seal_item.tpl — key_seal code dropped
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_xref_image_item.tpl | 2 | ||||
| -rw-r--r-- | templates/view_xref_inc_report_item.tpl | 2 | ||||
| -rw-r--r-- | templates/view_xref_key_seal_item.tpl | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/templates/view_xref_image_item.tpl b/templates/view_xref_image_item.tpl index 9effe61..9ce9e9e 100644 --- a/templates/view_xref_image_item.tpl +++ b/templates/view_xref_image_item.tpl @@ -1 +1 @@ -{include file="bitpackage:contact/view_xref_image_record.tpl"} +{include file="bitpackage:contact/view_xref_image_item.tpl"} diff --git a/templates/view_xref_inc_report_item.tpl b/templates/view_xref_inc_report_item.tpl index 6fc138f..825a671 100644 --- a/templates/view_xref_inc_report_item.tpl +++ b/templates/view_xref_inc_report_item.tpl @@ -1 +1 @@ -{include file="bitpackage:contact/view_xref_inc_report_record.tpl"} +{include file="bitpackage:contact/view_xref_inc_report_item.tpl"} diff --git a/templates/view_xref_key_seal_item.tpl b/templates/view_xref_key_seal_item.tpl deleted file mode 100644 index 0fe0b18..0000000 --- a/templates/view_xref_key_seal_item.tpl +++ /dev/null @@ -1 +0,0 @@ -{include file="bitpackage:contact/view_xref_key_seal_record.tpl"} |
