Add multipage controls to lists of distributions

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-08-25 16:01:03 +00:00
committed by WineHQ
parent 23986e7220
commit d4c7b3f9f7

View File

@@ -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;