enable/disable pagination in asset manager (#756)

This commit is contained in:
JT Smith 2008-10-10 15:51:44 +00:00
parent a47c5b406d
commit 94f14353f4
3 changed files with 3 additions and 2 deletions

View file

@ -189,7 +189,7 @@ WebGUI.AssetManager.initManager
var assetPaginator = new YAHOO.widget.Paginator({
containers : ['pagination'],
pageLinks : 7,
rowsPerPage : 25,
rowsPerPage : 100,
template : "<strong>{CurrentPageReport}</strong> {PreviousPageLink} {PageLinks} {NextPageLink}"
});