numerus/web/template/invoices
jordi fita mas 5e01965d7e Replace use of <select> for tags “and” and “or” with checkboxes
I realized that using a select for just two, short, options is overkill:
the select and its options use a lot more real state than the two
radios, which can have tooltips (not yet, though).

Since i am going to replace this field with a custom element that has
a toggle-like aspect, i already added the is="numerus-toggle" attribute
and use it for stying the non-JavaScript field.
2023-04-15 04:05:59 +02:00
..
edit.gohtml Show the duplicate invoice form in a dialog 2023-04-04 14:39:55 +02:00
index.gohtml Replace use of <select> for tags “and” and “or” with checkboxes 2023-04-15 04:05:59 +02:00
new.gohtml Show the duplicate invoice form in a dialog 2023-04-04 14:39:55 +02:00
products.gohtml Show the duplicate invoice form in a dialog 2023-04-04 14:39:55 +02:00
view.gohtml Use HX-Location instead of HX-Refresh when editing invoices 2023-04-05 10:29:03 +02:00