diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-06 10:42:46 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-06 10:42:46 +0100 |
| commit | cd200fda67728ed962ca7bfd60b2b02ecfa0b904 (patch) | |
| tree | 7d4bbc9fa29f5ff5cc6eefbd48876aa7cfebe51e | |
| parent | 4fb6f490920d93be6bbac46ce0d8f21c1095504e (diff) | |
| download | stock-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>
| -rw-r--r-- | templates/stockassembly/view_xref_bom_group.tpl | 8 | ||||
| -rw-r--r-- | templates/stockcomponent/view_xref_sup_group.tpl | 8 | ||||
| -rw-r--r-- | templates/stockmovement/view_xref_bom_group.tpl | 8 |
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> |
