summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-10 10:16:34 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-10 10:16:34 +0100
commit1aa20fae43178e0164fe9c110c23bd4ba3946de8 (patch)
tree34b407da2bfeca25aadf3a76aa25ed8addeece21 /templates
parentba633c8c0e5b832821814020676bf13605651fb4 (diff)
downloadstock-1aa20fae43178e0164fe9c110c23bd4ba3946de8.tar.gz
stock-1aa20fae43178e0164fe9c110c23bd4ba3946de8.tar.bz2
stock-1aa20fae43178e0164fe9c110c23bd4ba3946de8.zip
stock: add Kitlocker entry to top of menu_stock.tpl
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/menu_stock.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/menu_stock.tpl b/templates/menu_stock.tpl
index 3d9f5f8..2f8a327 100755
--- a/templates/menu_stock.tpl
+++ b/templates/menu_stock.tpl
@@ -2,6 +2,7 @@
{if !empty($packageMenuTitle)}<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a>{/if}
<ul class="{$packageMenuClass}">
{if $gBitUser->hasPermission('p_stock_view')}
+ <li><a class="item" href="{$smarty.const.STOCK_PKG_URL}view_kitlocker.php">{biticon ipackage="icons" iname="view-grid-symbolic" iexplain="Kitlocker" ilocation=menu}</a></li>
<li><a class="item" href="{$smarty.const.STOCK_PKG_URL}list_assemblies.php">{biticon ipackage="icons" iname="view-group" iexplain="List Assemblies" ilocation=menu}</a></li>
<li><a class="item" href="{$smarty.const.STOCK_PKG_URL}list_components.php">{biticon ipackage="icons" iname="view-list-tree" iexplain="List Components" ilocation=menu}</a></li>
<li><a class="item" href="{$smarty.const.STOCK_PKG_URL}list_movements.php">{biticon ipackage="icons" iname="view-list-details" iexplain="List Movements" ilocation=menu}</a></li>