Refix the Friend Manager pagination. Fixes bug #11965
This commit is contained in:
parent
7c9d0863ef
commit
889b2bc2fd
4 changed files with 7 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue