mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #09031
[Bug 995761] Re: Use the same paginator throughout
Actually, most paginators on the site (including group/members.php) are
already using the same function for pagination, so if you feel there
should be more steps on group/members.php, or any other page, it's just
a default that can easily be increased.
One exception to this is admin/users/search.php, which uses the same
build_pagination() function to generate its html, but it has its own
javascript, and a selector for the number of results per page. Adding
that limit selector into the general pagination code is bug #803180
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/995761
Title:
Use the same paginator throughout
Status in Mahara ePortfolio:
New
Bug description:
The same paginator should be used wherever possible. For Mahara 1.5 a
new algorithm was used to produce the steps in the paginator, e.g. for
/admin/users/search.php
For example on /group/members.php the old paginator is still used.
This should be unified to the new paginator wherever a paginator
appears.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/995761/+subscriptions
References