camper/web/templates/admin
jordi fita mas 678b5cc523 Add user-defined order to campsite types, options, seasons and carousels
I use Sortable, exactly like HTMx’s sorting example does[0].  Had to
export the slug or ID of some entries to be able to add it in the hidden
input.

For forms that use ID instead of slug, had to use an input name other
than “id” because otherwise the swap would fail due to bug #1496[1].  It
is apparently fixed in a recent version of HTMx, but i did not want to
update for fear of behaviour changes.

[0]: https://htmx.org/examples/sortable/
[1]: https://github.com/bigskysoftware/htmx/issues/1496
2023-12-20 19:52:14 +01:00
..
campsite Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
carousel Fix type comment for carousel/l10n.gohtml template 2023-10-12 16:22:43 +02:00
home Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
media Move admin-only links inside the user’s menu 2023-09-25 13:13:19 +02:00
season Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
services Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
dashboard.gohtml Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
form.gohtml Add the payment form to admin 2023-10-27 16:08:13 +02:00
htmx.gohtml Move admin-only links inside the user’s menu 2023-09-25 13:13:19 +02:00
layout.gohtml Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
login.gohtml Add the minimal CSS for the admin section from Numerus 2023-09-28 02:23:25 +02:00
payment.gohtml Add the payment form to admin 2023-10-27 16:08:13 +02:00
profile.gohtml Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
taxDetails.gohtml Add the first draft of the booking and payment forms 2023-10-19 21:37:34 +02:00