← Back to team overview

mahara-contributors team mailing list archive

[Bug 995761] Re: Use the same paginator throughout

 

> With "limit selector", do you mean the "Results per page..."?

Yep, most of those pages already take a parameter called 'limit', so if
you put something like this:

 <wwwroot>/group/members.php?id=<group-id>&limit=20

into your browser, you'll already be able to see 20 results per page
instead of the default 10.  What's missing is a way to select the limit
(also, the limit probably won't 'stick' after searching).

-- 
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