diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-14 12:11:14 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-14 12:11:14 +0100 |
| commit | 0a583589d30803ca9b9b7a609a87105c7775c6d1 (patch) | |
| tree | a2def664e7f61e885af3d6104e1f69b32ea07790 | |
| parent | bf2b0572f29f7a27065ec3e9bbfd597ccad60ec4 (diff) | |
| download | stock-0a583589d30803ca9b9b7a609a87105c7775c6d1.tar.gz stock-0a583589d30803ca9b9b7a609a87105c7775c6d1.tar.bz2 stock-0a583589d30803ca9b9b7a609a87105c7775c6d1.zip | |
Rename stock_fixed_grid_inc.tpl to view_kitlocker.tpl
Template was the sole display template for view_kitlocker.php; _inc
suffix was misleading since it is never included elsewhere.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/view_kitlocker.tpl (renamed from templates/stock_fixed_grid_inc.tpl) | 0 | ||||
| -rw-r--r-- | view_kitlocker.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/stock_fixed_grid_inc.tpl b/templates/view_kitlocker.tpl index f13011d..f13011d 100755 --- a/templates/stock_fixed_grid_inc.tpl +++ b/templates/view_kitlocker.tpl diff --git a/view_kitlocker.php b/view_kitlocker.php index 0974b75..1dc7594 100644 --- a/view_kitlocker.php +++ b/view_kitlocker.php @@ -37,4 +37,4 @@ unset( $row ); $gBitSmarty->assign( 'stgrpItems', $stgrpItems ); $gBitSystem->setBrowserTitle( KernelTools::tra( 'Kitlocker' ) ); -$gBitSystem->display( 'bitpackage:stock/stock_fixed_grid_inc.tpl', null, [ 'display_mode' => 'display' ] ); +$gBitSystem->display( 'bitpackage:stock/view_kitlocker.tpl', null, [ 'display_mode' => 'display' ] ); |
