mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2024-12-29 16:14:36 +00:00
style some more buttons
This commit is contained in:
parent
2482b3bb97
commit
7b07957b6e
1 changed files with 3 additions and 3 deletions
|
@ -404,15 +404,15 @@ local function r_products()
|
||||||
<label for="name">Name: </label>
|
<label for="name">Name: </label>
|
||||||
<input type="text" name="name" id="name" />
|
<input type="text" name="name" id="name" />
|
||||||
<label for="price">Price (ct): </label>
|
<label for="price">Price (ct): </label>
|
||||||
<input type="number" name="price" id="price" unit="cent"/>
|
<input type="number" name="price" id="price" />
|
||||||
<input type="submit" value="Add" />
|
<input type="submit" value="Add" class="amount-ntr button" />
|
||||||
</form>
|
</form>
|
||||||
<form action="/?products" method="POST" class="box backgroundbox">
|
<form action="/?products" method="POST" class="box backgroundbox">
|
||||||
<h3>Remove Product</h3>
|
<h3>Remove Product</h3>
|
||||||
<input type="text" name="delete" value="1" hidden />
|
<input type="text" name="delete" value="1" hidden />
|
||||||
<label for="barcode">Barcode: </label>
|
<label for="barcode">Barcode: </label>
|
||||||
<input type="text" name="barcode" id="barcode" />
|
<input type="text" name="barcode" id="barcode" />
|
||||||
<input type="submit" value="Remove" />
|
<input type="submit" value="Remove"class="amount-ntr button" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
]])
|
]])
|
||||||
|
|
Loading…
Reference in a new issue