summaryrefslogtreecommitdiffstats
path: root/app/view/common/group.setting.modal.view.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-15Commit work on setting modal groups tabMalf Furious1-1/+52
I am committing this change incomplete. I'm stopping work on this particular piece to save some work overall and explore view templating using PHP features. The idea is to define this markup once in just one file, rather than having to duplicate it for each object type.
2016-06-12Add group tab to setting modalMalf Furious1-0/+21
Created empty <div> for the group setting tab. Also added code to the common model for initializing the $mod->group variable and setting a flag marking what tabs to include in the setting modal (group tab in this case). Added logic to the main setting modal view file for picking up these flags and including appropriate additional content.