summaryrefslogtreecommitdiffstats
path: root/templates/cashbox/add.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cashbox/add.html')
-rw-r--r--templates/cashbox/add.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/cashbox/add.html b/templates/cashbox/add.html
deleted file mode 100644
index 6e26f00..0000000
--- a/templates/cashbox/add.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<div id="add-successful" class="alert alert-success" style="display: {{{NEW.OK}}};">
- <p>Successfully balanced cashbox:</p>
-
- <table class="table">
- <tr><th>Type</th><td>{{{TYPE}}}</td></tr>
- <tr><th>Amount</th><td>{{{AMOUNT}}}</td></tr>
- </table>
-</div>
-
-<div id="add-failed" class="alert alert-error" style="display: {{{NEW.FAIL}}};">
- <h4>Error</h4>
- Creating new cashbox balance entry failed. Please make
- sure you have sufficient permissions and gave valid
- values for type and amount.
-</div>
-
-<a href="/cashbox">Back to cashbox overview</a>