Вход Регистрация
Файл: silawar.ru/protected/modules/panel/views/users/search.php
Строк: 10
<?php
    $this
->pageTitle 'Пользователи';
    
$this->pageInfo 'Поиск по пользователю';
?>
<?php $this
->widget('zii.widgets.grid.CGridView', array(
    
'template'=>'{items} {pager}',
    
'htmlOptions'=>array('class' => 'table-responsive'),
    
'itemsCssClass'=>'table table-striped',
    
'summaryText'=>false,
    
'dataProvider'=>$model->searchByIp(),
    
'filter'=>$model,
    
'pager' => array(
        
'header' => '',
        
'firstPageLabel' => '',
        
'prevPageLabel' => '«',
        
'nextPageLabel' => '»',
        
'lastPageLabel' => '',                
        
'htmlOptions' => array("class" => 'pagination'),
    ),
    
'columns'=>$model->getColumns(),
)); 
?>
Онлайн: 0
Реклама