summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-06-26 17:14:05 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-06-26 17:14:05 +0200
commitf5d46bafcbfc9b69c2846afeebb3230db4172461 (patch)
treeed6ab11a525d7a5d601069e8e2f8ccb0ac0e240d
parentd7f3ac205ced0e1f1c26599b277cbfb988e48900 (diff)
anzeige vereinsliste
-rw-r--r--protected/views/veranstaltung/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/protected/views/veranstaltung/index.php b/protected/views/veranstaltung/index.php
index 3703092..89c3894 100644
--- a/protected/views/veranstaltung/index.php
+++ b/protected/views/veranstaltung/index.php
@@ -19,7 +19,7 @@ $this->menu=array(
/*'create_time'=>'Post Time',*/
),
));
-
+ /**
$this->widget('zii.widgets.grid.CGridView', array(
'id'=>'veranstaltung-grid',
'dataProvider'=>$model->search(),
@@ -41,5 +41,5 @@ $this->menu=array(
array(
'class'=>'CButtonColumn',
),
- ),
-)); ?>
+ )
+)); */?>