aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabrechenbarkeit.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua
index 84fafc7..79a4951 100755
--- a/abrechenbarkeit.lua
+++ b/abrechenbarkeit.lua
@@ -404,15 +404,15 @@ local function r_products()
<label for="name">Name: </label>
<input type="text" name="name" id="name" />
<label for="price">Price (ct): </label>
- <input type="number" name="price" id="price" unit="cent"/>
- <input type="submit" value="Add" />
+ <input type="number" name="price" id="price" />
+ <input type="submit" value="Add" class="amount-ntr button" />
</form>
<form action="/?products" method="POST" class="box backgroundbox">
<h3>Remove Product</h3>
<input type="text" name="delete" value="1" hidden />
<label for="barcode">Barcode: </label>
<input type="text" name="barcode" id="barcode" />
- <input type="submit" value="Remove" />
+ <input type="submit" value="Remove"class="amount-ntr button" />
</form>
</div>
]])