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.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/products/restock.html b/templates/products/restock.html
deleted file mode 100644
index 70926c5..0000000
--- a/templates/products/restock.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<h2>Restock: {{{NAME}}}</h2>
-
-<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}}};">
- <h4>Error</h4>
- Restocking <b>{{{NAME}}}</b> failed. Please make sure you
- have sufficient permissions and gave valid values
- for amount and price.
-</div>
-
-<a href=".">Back to {{{NAME}}}</a>