In app/view/template/media.php, a checkboxes() function is used (and nowhere else, it seems) that returns a html string with a list, list-items, inputs and labels.
Do you think we should keep with this function and returns a modified HTML? (So that it matches the future layout and structure of fields). Or should we do the templating in the view? That would bring up something like this:
In app/view/template/media.php, a
checkboxes()
function is used (and nowhere else, it seems) that returns a html string with a list, list-items, inputs and labels. Do you think we should keep with this function and returns a modified HTML? (So that it matches the future layout and structure of fields). Or should we do the templating in the view? That would bring up something like this: