diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-06 10:19:46 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-06 10:19:46 +0100 |
| commit | 79b38df4c1ee25577a0fcc01e36562ef749b9477 (patch) | |
| tree | 2afe08b105bf0ad426db6b4e39b21bc5853abaa4 | |
| parent | 741e48d793e1018392ac0720a478cd73928de68d (diff) | |
| download | liberty-79b38df4c1ee25577a0fcc01e36562ef749b9477.tar.gz liberty-79b38df4c1ee25577a0fcc01e36562ef749b9477.tar.bz2 liberty-79b38df4c1ee25577a0fcc01e36562ef749b9477.zip | |
list_xref.tpl: fix legacy path headers to Type/Value/Notes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | templates/list_xref.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_xref.tpl b/templates/list_xref.tpl index a1c7f8a..6ff45d3 100644 --- a/templates/list_xref.tpl +++ b/templates/list_xref.tpl @@ -51,8 +51,8 @@ <thead> <tr> <th style="width:30%">{tr}Type{/tr}</th> - <th style="width:30%">{tr}Key{/tr}</th> - <th style="width:40%">{tr}Value{/tr}</th> + <th style="width:30%">{tr}Value{/tr}</th> + <th style="width:40%">{tr}Notes{/tr}</th> {if $xrefAllowEdit} {if $source ne 'history'}<th>{tr}Started{/tr}</th>{else}<th>{tr}Ended{/tr}</th>{/if} <th>{tr}Updated{/tr}</th> |
