enable/disable pagination in asset manager (#756)
This commit is contained in:
parent
a47c5b406d
commit
94f14353f4
3 changed files with 3 additions and 2 deletions
|
|
@ -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}"
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue