diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-06-26 17:14:05 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-06-26 17:14:05 +0200 |
| commit | f5d46bafcbfc9b69c2846afeebb3230db4172461 (patch) | |
| tree | ed6ab11a525d7a5d601069e8e2f8ccb0ac0e240d | |
| parent | d7f3ac205ced0e1f1c26599b277cbfb988e48900 (diff) | |
anzeige vereinsliste
| -rw-r--r-- | protected/views/veranstaltung/index.php | 6 |
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', ), - ), -)); ?> + ) +)); */?> |
