summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-06 10:15:25 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-06 10:15:25 +0100
commit741e48d793e1018392ac0720a478cd73928de68d (patch)
treef507a09abec2067de54ff40ede08532a5088e38f /templates
parente979cd1ddcfc3f86f55b6385ac65372ec84796a5 (diff)
downloadliberty-741e48d793e1018392ac0720a478cd73928de68d.tar.gz
liberty-741e48d793e1018392ac0720a478cd73928de68d.tar.bz2
liberty-741e48d793e1018392ac0720a478cd73928de68d.zip
list_xref.tpl: add class="table" for full-width tab rendering
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/list_xref.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/list_xref.tpl b/templates/list_xref.tpl
index 21b2608..a1c7f8a 100644
--- a/templates/list_xref.tpl
+++ b/templates/list_xref.tpl
@@ -6,12 +6,12 @@
{jstab title="`$tabTitle` ({$xrefGroup->mXrefs|@count})"}
{legend legend=$tabTitle}
<div class="form-group table-responsive">
- <table>
+ <table class="table">
<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 $isHistory}<th>{tr}Ended{/tr}</th>{else}<th>{tr}Started{/tr}</th>{/if}
<th>{tr}Updated{/tr}</th>
@@ -47,7 +47,7 @@
{jstab title="$source_title ($xrefcnt)"}
{legend legend=$source_title}
<div class="form-group table-responsive">
- <table>
+ <table class="table">
<thead>
<tr>
<th style="width:30%">{tr}Type{/tr}</th>