diff options
Diffstat (limited to 'abrechenbarkeit.lua')
-rwxr-xr-x | abrechenbarkeit.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua index 0358055..e702935 100755 --- a/abrechenbarkeit.lua +++ b/abrechenbarkeit.lua @@ -254,7 +254,7 @@ local function r_user(username) print("</div>") print([[ <form class="transaction box backgroundbox" action="" method="POST"> - <h3>Create 🏳️⚧️✊</h3> + <h3>Create Transaction</h3> <label for="amount">Amount (ct): </label> <input type="number" name="amount" id="amount" /> <label for="comment">Comment: </label> @@ -278,7 +278,7 @@ local function r_user(username) <input type="number" name="amount" id="amount" /> <label for="pcode">Product Barcode: </label> <input type="text" name="pcode" id="pcode" /> - <input type="submit" value="Restock" /> + <input type="submit" value="Restock" class="button amount-pos" /> </form> ]]) print("</div>") |