From f5d46bafcbfc9b69c2846afeebb3230db4172461 Mon Sep 17 00:00:00 2001 From: Patrick Seeger Date: Tue, 26 Jun 2012 17:14:05 +0200 Subject: anzeige vereinsliste --- protected/views/veranstaltung/index.php | 6 +++--- 1 file 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', ), - ), -)); ?> + ) +)); */?> -- cgit v1.0-28-g1787