fixed: Asset Manager shows data error when no child assets to display
changed: show 25 items per page in asset manager
This commit is contained in:
parent
491544d5e4
commit
cf1dce7a7f
3 changed files with 8 additions and 6 deletions
|
|
@ -186,7 +186,7 @@ WebGUI.AssetManager.initManager
|
|||
var assetPaginator = new YAHOO.widget.Paginator({
|
||||
containers : ['pagination'],
|
||||
pageLinks : 7,
|
||||
rowsPerPage : 15,
|
||||
rowsPerPage : 25,
|
||||
template : "<strong>{CurrentPageReport}</strong> {PreviousPageLink} {PageLinks} {NextPageLink}"
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue