summaryrefslogtreecommitdiffstats
path: root/app/view/formctrl.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-09Limit app textbox input to 64 charsMalf Furious1-1/+1
Many database string fields are capped at 64 chars. Am now asserting this limit in the UI.
2017-06-27Add formname template to formctrl viewMalf Furious1-0/+4
2017-06-27Reformat view helper modulesMalf Furious1-1/+4
To limit whitespace being piped to the client, remove empty lines of free HTML between PHP functions defined in view files. To maintain readability, this spacing is added back at the top and bottom of each PHP function.
2017-06-26Add basic form control templatesMalf Furious1-0/+32