summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-06 10:42:46 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-06 10:42:46 +0100
commitcd200fda67728ed962ca7bfd60b2b02ecfa0b904 (patch)
tree7d4bbc9fa29f5ff5cc6eefbd48876aa7cfebe51e /templates
parent4fb6f490920d93be6bbac46ce0d8f21c1095504e (diff)
downloadstock-cd200fda67728ed962ca7bfd60b2b02ecfa0b904.tar.gz
stock-cd200fda67728ed962ca7bfd60b2b02ecfa0b904.tar.bz2
stock-cd200fda67728ed962ca7bfd60b2b02ecfa0b904.zip
xref group templates: remove fixed column widths
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/stockassembly/view_xref_bom_group.tpl8
-rw-r--r--templates/stockcomponent/view_xref_sup_group.tpl8
-rw-r--r--templates/stockmovement/view_xref_bom_group.tpl8
3 files changed, 12 insertions, 12 deletions
diff --git a/templates/stockassembly/view_xref_bom_group.tpl b/templates/stockassembly/view_xref_bom_group.tpl
index 77b9101..984bde9 100644
--- a/templates/stockassembly/view_xref_bom_group.tpl
+++ b/templates/stockassembly/view_xref_bom_group.tpl
@@ -6,10 +6,10 @@
<table class="table">
<thead>
<tr>
- <th style="width:30%">{tr}Component{/tr}</th>
- <th style="width:25%">{tr}Description{/tr}</th>
- <th style="width:15%">{tr}Qty{/tr}</th>
- <th style="width:30%">{tr}Ref{/tr}</th>
+ <th>{tr}Component{/tr}</th>
+ <th>{tr}Description{/tr}</th>
+ <th>{tr}Qty{/tr}</th>
+ <th>{tr}Ref{/tr}</th>
{if $xrefAllowEdit}<th>{tr}Added{/tr}</th><th>{tr}Updated{/tr}</th><th>{tr}Edit{/tr}</th>{/if}
</tr>
</thead>
diff --git a/templates/stockcomponent/view_xref_sup_group.tpl b/templates/stockcomponent/view_xref_sup_group.tpl
index ad3ca0b..26d15ab 100644
--- a/templates/stockcomponent/view_xref_sup_group.tpl
+++ b/templates/stockcomponent/view_xref_sup_group.tpl
@@ -6,10 +6,10 @@
<table class="table">
<thead>
<tr>
- <th style="width:30%">{tr}Supplier{/tr}</th>
- <th style="width:20%">{tr}Part No.{/tr}</th>
- <th style="width:20%">{tr}Price{/tr}</th>
- <th style="width:30%">{tr}Note{/tr}</th>
+ <th>{tr}Supplier{/tr}</th>
+ <th>{tr}Part No.{/tr}</th>
+ <th>{tr}Price{/tr}</th>
+ <th>{tr}Note{/tr}</th>
{if $xrefAllowEdit}<th>{tr}Added{/tr}</th><th>{tr}Updated{/tr}</th><th>{tr}Edit{/tr}</th>{/if}
</tr>
</thead>
diff --git a/templates/stockmovement/view_xref_bom_group.tpl b/templates/stockmovement/view_xref_bom_group.tpl
index a2c47c3..d253e92 100644
--- a/templates/stockmovement/view_xref_bom_group.tpl
+++ b/templates/stockmovement/view_xref_bom_group.tpl
@@ -6,10 +6,10 @@
<table class="table">
<thead>
<tr>
- <th style="width:20%">{tr}Component{/tr}</th>
- <th style="width:40%">{tr}Description{/tr}</th>
- <th style="width:15%">{tr}Qty{/tr}</th>
- <th style="width:25%">{tr}Ref{/tr}</th>
+ <th>{tr}Component{/tr}</th>
+ <th>{tr}Description{/tr}</th>
+ <th>{tr}Qty{/tr}</th>
+ <th>{tr}Ref{/tr}</th>
{if $xrefAllowEdit}<th>{tr}Added{/tr}</th><th>{tr}Updated{/tr}</th><th>{tr}Edit{/tr}</th>{/if}
</tr>
</thead>