summaryrefslogtreecommitdiff
path: root/protected/views/standort/_buehne.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2014-06-27 18:29:42 +0200
committerPatrick Seeger <pseeger@ccwn.org>2014-06-27 18:29:42 +0200
commit839a8e73b87dcdd5c19a3ef3039967b7b2800e6c (patch)
treee87657e2e87619740adc9eb2d470393308e97277 /protected/views/standort/_buehne.php
parent6d3f9e5765d64f6d8d6ec36d5dcf022c7e632ca4 (diff)
Fehler in config zurück
Diffstat (limited to 'protected/views/standort/_buehne.php')
-rw-r--r--protected/views/standort/_buehne.php1
1 files changed, 1 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'
)