summaryrefslogtreecommitdiffstats
path: root/app/view/common/setting.modal.view.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-27Add User settings tab for Setting modalMalf Furious1-5/+82
This commit adds the basic structure to the Setting modal in Common MVC. The meat of this commit is the content for the webform for the modal's form for user account settings. The next commit should implement form submission handling.
2016-03-27Add settings modal to Common MVCMalf Furious1-0/+24
This modal dialog will be used to change app and object settings from any page in the app. The link to open it is added to the user button menu.