Fix pagination. Trim paging requests. Fix paging bug.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 8 Mar 2019 22:53:53 +0000 (17:53 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 8 Mar 2019 22:53:53 +0000 (17:53 -0500)
commit858bd980f47bb9f08bc1624ce4727c2a03d6573d
treebf59303e340741662a70d5d9d9bb1623350abe22
parent898cebffa1c1a450510e66b34a4193308655f0b7
Fix pagination. Trim paging requests. Fix paging bug.

- Fix rare issue where pagination request would interpret a
  newline; trimming this request from here on.
- Add check to see whether the nth member the next page is slated
  to start at exceeds the maximum number of members, and if so,
  disable the 'next' button.
- Functional pagination; more concise code relying on classes.
- Add newlines to pagination file for readability
models/admin/manageDashboard/members.php
views/admin/manageDashboard/adminSearch/pagination.html
views/admin/manageDashboard/index.html