CLinkPager

Hi

CLinkPager does not hidde the lastPageLabel. Am I doing something wrong or is this a Bug?

I fixed this Problem by correcting the CLinkPager file:

// last page

$buttons[]=$this->createPageButton($this->lastPageLabel,$pageCount-1,self::CSS_LAST_PAGE,$endPage>=$pageCount-[color="#FF0000"]2[/color],false);

The first/last page labels are always rendered. Their visibility is controlled by CSS styles.