summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-06-15 23:12:26 +0200
committerSebastian Reichel <sre@ring0.de>2013-06-15 23:12:26 +0200
commite11d76395ce0ba821f58bfb1956a56f6ffc8494b (patch)
treec01a24058b017c9f2b36d934e02f3cea5c408fde /templates/menu.html
parent8504754a40d47b69b0aa1e786f0b1db45405a3fd (diff)
downloadserial-barcode-scanner-e11d76395ce0ba821f58bfb1956a56f6ffc8494b.tar.bz2
web: add cashbox tracking
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/menu.html b/templates/menu.html
index 747853d..138cc23 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -4,6 +4,8 @@
<ul class="nav">
<li class="{{{MENU.home}}}"><a href="/">Home</a></li>
<li class="{{{MENU.products}}}"><a href="/products">Products</a></li>
+ <li class="{{{MENU.cashbox}}} {{{SUPERUSER}}}"><a href="/cashbox">Cashbox</a></li>
+<!--
<li class="{{{MENU.stats}}} dropdown">
<a href="#" id="statsmenu" class="dropdown-toggle" data-toggle="dropdown">Statistics <b class="caret"></b></a>
<ul class="dropdown-menu">
@@ -14,6 +16,7 @@
<li><a href="/stats/profit_per_product">Graph: Profit / Product</a></li>
</ul>
</li>
+-->
<li class="{{{MENU.users}}} {{{SUPERUSER}}} dropdown">
<a href="#" id="usersmenu" class="dropdown-toggle" data-toggle="dropdown">Users <b class="caret"></b></a>
<ul class="dropdown-menu">