Refix the Friend Manager pagination. Fixes bug #11965

This commit is contained in:
Colin Kuskie 2011-01-17 11:59:54 -08:00
parent 7c9d0863ef
commit 889b2bc2fd
4 changed files with 7 additions and 1 deletions

View file

@ -97,7 +97,7 @@ WebGUI.FriendManager.MakeTable = function (groupId, containerId) {
// Initialize the data table
var myPaginator = new YAHOO.widget.Paginator({
containers : ['pagination'],
containers : [containerId+'_pagination'],
pageLinks : 7,
rowsPerPage : 15,
template : "<strong>{CurrentPageReport}</strong> {PreviousPageLink} {PageLinks} {NextPageLink}"