summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-06 10:19:46 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-06 10:19:46 +0100
commit79b38df4c1ee25577a0fcc01e36562ef749b9477 (patch)
tree2afe08b105bf0ad426db6b4e39b21bc5853abaa4
parent741e48d793e1018392ac0720a478cd73928de68d (diff)
downloadliberty-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.tpl4
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>