Go to file
jordi fita mas 44526b1efb Add the edit form for services
This one has an input to select the icon.  It makes no sense to choose
an icon only by name, thus a <select> is not appropriate, and had to
use a hidden input with a row of button to choose the icon from.  This
works now only because there are very few icons; we’ll need to choose
a different approach when there are many more icons.

Since now the icons have to be defined in CSS for both the public and
admin sections, i had to split it into a separate file that both sites
can use.  I considered the option to “include” that CSS with m4, like
i do for images in demo.sql, but it made everything too complicated
(e.g., having to call make for each change in the CSS), and decided to
load that CSS in a separate <link>.
2023-09-25 20:10:33 +02:00
cmd/camper Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
debian Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
demo Add missing campsites and mark them on the SVG map 2023-09-25 12:51:11 +02:00
deploy Add the edit form for services 2023-09-25 20:10:33 +02:00
pkg Add the edit form for services 2023-09-25 20:10:33 +02:00
po Add the edit form for services 2023-09-25 20:10:33 +02:00
revert Add the edit form for services 2023-09-25 20:10:33 +02:00
test Add the edit form for services 2023-09-25 20:10:33 +02:00
verify Add the edit form for services 2023-09-25 20:10:33 +02:00
web Add the edit form for services 2023-09-25 20:10:33 +02:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
go.mod Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
go.sum Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add the edit form for services 2023-09-25 20:10:33 +02:00