diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-03 21:29:52 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-03 21:29:52 +0100 |
commit | 587b9361b93a3bccfc181b25c5d0fc43dffc8a13 (patch) | |
tree | a1c8d311053641d663aaf722bb69f31eb70b731a /abrechenbarkeit.lua | |
parent | f7af00c0d23de5de36083c89b60eddefdb024777 (diff) | |
download | abrechenbarkeit-587b9361b93a3bccfc181b25c5d0fc43dffc8a13.tar abrechenbarkeit-587b9361b93a3bccfc181b25c5d0fc43dffc8a13.tar.bz2 abrechenbarkeit-587b9361b93a3bccfc181b25c5d0fc43dffc8a13.tar.zst |
adjust colors
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>") |