summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
authorHolger Cremer <HolgerCremer@gmail.com>2018-07-26 20:09:26 +0200
committerHolger Cremer <HolgerCremer@gmail.com>2018-07-26 20:09:26 +0200
commitbb55e121576a5b5d225bfc68c5062f386cc32db9 (patch)
tree21fe043175183944fe2d9fc0a2e08012c3d195fd /templates/menu.html
parent567dadcd9d8816b447591c266c9ffd5a1c290390 (diff)
downloadserial-barcode-scanner-bb55e121576a5b5d225bfc68c5062f386cc32db9.tar.bz2
adds an inventory function
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/menu.html b/templates/menu.html
index 764068a..1e73a8c 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -3,7 +3,15 @@
<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.products}}} dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Products <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a href="/products">List</a></li>
+ <li><a href="/products/bestbefore">Best before dates</a></li>
+ <li><a href="/products/inventory">Start inventory</a></li>
+ </ul>
+ </li>
+
<li class="{{{MENU.aliases}}}"><a href="/aliases">Aliases</a></li>
<li class="{{{MENU.cashbox}}} {{{AUTH_CASHBOX}}}"><a href="/cashbox">Cashbox</a></li>
<!--