diff options
Diffstat (limited to 'data/templates/products/newprice.html')
-rw-r--r-- | data/templates/products/newprice.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/templates/products/newprice.html b/data/templates/products/newprice.html new file mode 100644 index 0000000..c46d439 --- /dev/null +++ b/data/templates/products/newprice.html @@ -0,0 +1,18 @@ +<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> |