Use common views for newDashboard searchform compiling
authorLaury GvR <laury@gaslightmedia.com>
Fri, 26 Oct 2018 18:13:53 +0000 (14:13 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 26 Oct 2018 18:13:53 +0000 (14:13 -0400)
commit8ae3dfb19bab03155aaf100b358ea14c4f60ee6c
tree6bee7a9221949181b180967da0bf938129d42db8
parent73875432c56566819149beb15a7a34759f8eda79
Use common views for newDashboard searchform compiling

- Loop through searchform fields provided by
- Enqueue materialize and dashboard css for Manage Members
- Create sample common component views
- Testing output for checkboxes
17 files changed:
css/glma-admin-sass.css
css/glma-admin-sass.css.map
models/admin/manageMembers/index.php
models/admin/manageMembers/search.php
scss/admin/_dashboard.scss [deleted file]
scss/admin/_manage-dashboard.scss [new file with mode: 0644]
scss/admin/_test.scss [deleted file]
scss/admin/_widgets-dashboard.scss [new file with mode: 0644]
scss/admin/app.scss
views/admin/common/components/category.html [new file with mode: 0644]
views/admin/common/components/checkbox.html [new file with mode: 0644]
views/admin/common/components/dateSearch.html [new file with mode: 0644]
views/admin/common/components/dropdown.html [new file with mode: 0644]
views/admin/common/components/modal.html [new file with mode: 0644]
views/admin/common/components/textSearch.html [new file with mode: 0644]
views/admin/common/manageDashboard/index.html [new file with mode: 0644]
views/admin/manageMembers/index.html [deleted file]