summaryrefslogtreecommitdiffstats
path: root/templates/products/newprice.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/products/newprice.html')
-rw-r--r--templates/products/newprice.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/products/newprice.html b/templates/products/newprice.html
deleted file mode 100644
index c46d439..0000000
--- a/templates/products/newprice.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<h2>Restock: {{{NAME}}}</h2>
-
-<div id="newprice-successful" class="alert alert-success" style="display: {{{NEWPRICE.OK}}};">
- Successfully added new prices to <b>{{{NAME}}}</b>. New prices valid from now on:
- <ul>
- <li>Member: {{{MEMBER}}}€</li>
- <li>Guest: {{{GUEST}}}€</li>
- </ul>
-</div>
-
-<div id="newprice-failed" class="alert alert-error" style="display: {{{NEWPRICE.FAIL}}};">
- <h4>Error</h4>
- Adding new price for <b>{{{NAME}}}</b> failed. Please make sure you
- have sufficient permissions and gave valid prices for members and
- guests.
-</div>
-
-<a href=".">Back to {{{NAME}}}</a>