summaryrefslogtreecommitdiffstats
path: root/includes/view-helpers
Commit message (Collapse)AuthorAgeFilesLines
* psalm: No need for null $opts param in select_field.Harald Eilertsen2021-09-021-1/+1
| | | | | It's initialized to an empty array if not specified, that should be good enough, and don't trip up iterating over it.
* Allow custom text for no selection in select_fields.Harald Eilertsen2021-05-241-2/+8
|
* Add function to generate selection boxes.Harald Eilertsen2021-05-241-0/+26