summaryrefslogtreecommitdiff
path: root/templates/view_xref_image_item.tpl
AgeCommit message (Collapse)AuthorFilesLines
2026-05-29Fix cross-package _record.tpl references; remove key_seal templateLester Caine1-1/+1
- 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>
2026-05-29Standardise xref templates to _item naming; add value and group templatesLester Caine1-0/+1
- Rename all view_xref_*_record.tpl → view_xref_*_item.tpl throughout - LibertyContent: getXrefRecordTemplate/ListTemplate/EditTemplate use _item naming with three-level fallback (pkg/guid subdir → pkg root → liberty); getXrefRecordTemplate falls back to text_item if template file not found; getXrefEditTemplate checks liberty _item before generic edit_xref.tpl - list_xref.tpl: assign _rowTpl before method call to avoid Smarty section variable resolution issue inside PHP method call arguments - New templates: view_xref_value_item.tpl, edit_xref_value_item.tpl for simple numeric xref items (xkey field, not data) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>