summaryrefslogtreecommitdiff
path: root/protected/views/verein/index.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-06-25 23:32:25 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-06-25 23:32:25 +0200
commit66e981bd3d3f9946afed0efbcaf8efa7907c530f (patch)
treed7dcb28617055cf8690c68f79058032d00a0e6fb /protected/views/verein/index.php
parentb938b240a36bb7098a952d1b0bf0307a24c9dc36 (diff)
Anzeige korrektur
Diffstat (limited to 'protected/views/verein/index.php')
-rw-r--r--protected/views/verein/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/protected/views/verein/index.php b/protected/views/verein/index.php
index 5c03339..1e447a0 100644
--- a/protected/views/verein/index.php
+++ b/protected/views/verein/index.php
@@ -11,10 +11,10 @@ $this->menu=array(
<h2>Vereine</h2>
<?php $this->widget('zii.widgets.CListView', array(
- 'dataProvider'=>$model->search(),
+ 'dataProvider'=>$model->listPublic(),
'itemView'=>'_short', // refers to the partial view named '_post'
- 'sortableAttributes'=>array(
+ /*'sortableAttributes'=>array(
'name',
- /*'create_time'=>'Post Time',*/
- ),
+ /*'create_time'=>'Post Time',
+ ),*/
));?>