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.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/products/restock.html b/templates/products/restock.html
new file mode 100644
index 0000000..c314b29
--- /dev/null
+++ b/templates/products/restock.html
@@ -0,0 +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>
+
+<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>