Add multipage controls to lists of distributions
This commit is contained in:
committed by
WineHQ
parent
23986e7220
commit
d4c7b3f9f7
@@ -624,6 +624,13 @@ class distribution {
|
||||
return $iCount;
|
||||
}
|
||||
|
||||
function objectGetItemsPerPage($bQueued = false)
|
||||
{
|
||||
$aItemsPerPage = array(25, 50, 100, 200);
|
||||
$iDefaultPerPage = 25;
|
||||
return array($aItemsPerPage, $iDefaultPerPage);
|
||||
}
|
||||
|
||||
function objectGetid()
|
||||
{
|
||||
return $this->iDistributionId;
|
||||
|
||||
Reference in New Issue
Block a user