diff options
Diffstat (limited to 'protected/views/veranstaltung/index.php')
| -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', ), - ), -)); ?> + ) +)); */?> |
