mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 20:38:26 +01:00
Added HLinkPager
This commit is contained in:
parent
da1753e65a
commit
73a0952f91
26
protected/widgets/HLinkPager.php
Normal file
26
protected/widgets/HLinkPager.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @link https://www.humhub.org/
|
||||
* @copyright Copyright (c) 2015 HumHub GmbH & Co. KG
|
||||
* @license https://www.humhub.com/licences
|
||||
*/
|
||||
|
||||
/**
|
||||
* HLinkPager
|
||||
*
|
||||
* @since 0.12.0
|
||||
* @author luke
|
||||
*/
|
||||
class HLinkPager extends CLinkPager
|
||||
{
|
||||
|
||||
public $maxButtonCount = 5;
|
||||
public $nextPageLabel = '<i class="fa fa-step-forward"></i>';
|
||||
public $prevPageLabel = '<i class="fa fa-step-backward"></i>';
|
||||
public $firstPageLabel = '<i class="fa fa-fast-backward"></i>';
|
||||
public $lastPageLabel = '<i class="fa fa-fast-forward"></i>';
|
||||
public $header = '';
|
||||
public $htmlOptions = array('class' => 'pagination');
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user