summaryrefslogtreecommitdiff
path: root/protected/views/standort/_standort.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/standort/_standort.php')
-rw-r--r--protected/views/standort/_standort.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/protected/views/standort/_standort.php b/protected/views/standort/_standort.php
index 1ba0d5b..dd978dc 100644
--- a/protected/views/standort/_standort.php
+++ b/protected/views/standort/_standort.php
@@ -8,14 +8,13 @@ $dataProvider=new CActiveDataProvider('Verein', array(
'pageSize'=>20,
),
-));/*
+));
$this->widget('zii.widgets.CListView', array(
- //'dataProvider'=>$dataProvider,
- 'dataProvider'=>Veranstaltung::model('Veranstaltung')->published()->thisYear()->parentStage($data->id)->sorted()->search(),
+ 'dataProvider'=>$dataProvider,
'itemView'=>'/verein/_short',
'sortableAttributes'=>array(
'name'
)
));
- */
+
?> \ No newline at end of file