Hi Adrian,
On Tue, Feb 21, 2012 at 3:07 PM, Adrian Fita <adrian.fita(a)gmail.com> wrote:
Hi.
How can I modify the number of users/groups that are displayed in
"Administration » Users & Groups » Groups" and "Administration »
Users
& Groups » Users" (and for that matter on any other list...)? I have a
large number of users/groups and the default number of 10 displayed is
a little low.
In newer versions of XWiki Enterprise (I don't know which version
you're using, but I've tested with 3.5) you have to edit
XWiki.AdminGroupsSheet for groups and XWiki.AdminUsersSheet for users.
Both pages contain a line like this:
var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback);
Just replace it with:
var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback,
{limit: 100});
where 100 is the number of items displayed per page.
Hope this helps,
Marius
Thanks.
--
Fita Adrian
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users