summaryrefslogtreecommitdiffstats
path: root/templates/products/restock.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/products/restock.html')
-rw-r--r--templates/products/restock.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/templates/products/restock.html b/templates/products/restock.html
index c314b29..70926c5 100644
--- a/templates/products/restock.html
+++ b/templates/products/restock.html
@@ -1,8 +1,15 @@
<h2>Restock: {{{NAME}}}</h2>
-<div id="restock-successful" class="alert alert-success" style="display: {{{RESTOCK.OK}}};">
- Successfully restocked <b>{{{AMOUNT}}}</b> items of
- product <b>{{{NAME}}}</b>. Price per item: <b>{{{PRICE}}}</b>.
+<div id="restock-successful" class="alert" style="display: {{{RESTOCK.OK}}};">
+ <p>Successfully restocked:</p>
+
+ <table class="table table-hover">
+ <tr><th>Name</th><td>{{{NAME}}}</td></tr>
+ <tr><th>Amount</th><td>{{{AMOUNT}}}</td></tr>
+ <tr><th>Price</th><td>{{{PRICE}}}</td></tr>
+ <tr><th>Supplier</th><td>{{{SUPPLIER}}}</td></tr>
+ <tr><th>Best Before Date</th><td>{{{BESTBEFORE}}}</td></tr>
+ </table>
</div>
<div id="restock-failed" class="alert alert-error" style="display: {{{RESTOCK.FAIL}}};">