Commit Graph

5 Commits

Author SHA1 Message Date
tastytea 353a16847f
Don't die if file tags.lst doesn't exist.
die() cuts the document at the position of the error. We just return an
empty datalist.
2021-01-21 22:20:54 +01:00
tastytea 55ea37eb9b
Add titles to buttons.
The titles will show up as tool tips and I guess screen readers make use
of them.
2021-01-21 21:36:55 +01:00
tastytea fd1690d45c
Use one field per receipt.
Add fields with button.
2021-01-21 06:49:33 +01:00
tastytea a0c3df96f3
Auto-complete tags.
Read tags from tags.lst and offer them as auto-completions. Use one text
field per tag and use a button to add new fields.
2021-01-21 06:37:55 +01:00
tastytea 341f608c21
Add simple PHP captcha. 2021-01-17 18:37:15 +01:00