summaryrefslogtreecommitdiffstats
path: root/templates/products/entry.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2016-04-10 22:57:06 +0200
committerSebastian Reichel <sre@ring0.de>2016-04-10 22:57:06 +0200
commit2d77a9832112852500c7320f1e5311999720ecad (patch)
tree3108467268008446bfa32812eb36d5ce6c894c74 /templates/products/entry.html
parent0f369549ab9744f310f4783c97037d3009b54002 (diff)
downloadserial-barcode-scanner-2d77a9832112852500c7320f1e5311999720ecad.tar.bz2
web: admins can change permissions of users
Diffstat (limited to 'templates/products/entry.html')
-rw-r--r--templates/products/entry.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/products/entry.html b/templates/products/entry.html
index 83d98b8..05c1dce 100644
--- a/templates/products/entry.html
+++ b/templates/products/entry.html
@@ -1,11 +1,11 @@
<h2>Product Information</h2>
<p>
<table class="table table-bordered table-nonfluid">
- <th>EAN</th><td>{{{EAN}}}</td></tr>
- <th>Name</th><td>{{{NAME}}}</td></tr>
- <th>Category</th><td>{{{CATEGORY}}}</td></tr>
- <th>Amount</th><td>{{{AMOUNT}}}</td></tr>
- <th>State</th><td><button id="statebutton" type="button" class="btn {{{BTNSTATE}}}" {{{ISADMIN2}}}>{{{STATE}}}</button></td></tr>
+ <tr><th>EAN</th><td>{{{EAN}}}</td></tr>
+ <tr><th>Name</th><td>{{{NAME}}}</td></tr>
+ <tr><th>Category</th><td>{{{CATEGORY}}}</td></tr>
+ <tr><th>Amount</th><td>{{{AMOUNT}}}</td></tr>
+ <tr><th>State</th><td><button id="statebutton" type="button" class="btn {{{BTNSTATE}}}" {{{ISADMIN2}}}>{{{STATE}}}</button></td></tr>
</table>
</p></p>