diff options
Diffstat (limited to 'protected/views/standort')
| -rw-r--r-- | protected/views/standort/_buehne.php | 1 | ||||
| -rw-r--r-- | protected/views/standort/_standort.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/protected/views/standort/_buehne.php b/protected/views/standort/_buehne.php index 0dc0870..f20e9a9 100644 --- a/protected/views/standort/_buehne.php +++ b/protected/views/standort/_buehne.php @@ -13,6 +13,7 @@ $this->widget('zii.widgets.CListView', array( //'dataProvider'=>$dataProvider, 'dataProvider'=>Veranstaltung::model('Veranstaltung')->published()->thisYear()->parentStage($data->id)->sorted()->search(), 'itemView'=>'/veranstaltung/_short', + 'pager'=>array('footer'=>'', 'header'=>''), 'sortableAttributes'=>array( 'name' ) diff --git a/protected/views/standort/_standort.php b/protected/views/standort/_standort.php index dd978dc..280a351 100644 --- a/protected/views/standort/_standort.php +++ b/protected/views/standort/_standort.php @@ -11,6 +11,7 @@ $dataProvider=new CActiveDataProvider('Verein', array( )); $this->widget('zii.widgets.CListView', array( 'dataProvider'=>$dataProvider, + 'pager'=>array('footer'=>'', 'header'=>''), 'itemView'=>'/verein/_short', 'sortableAttributes'=>array( 'name' |
