summaryrefslogtreecommitdiff
path: root/protected
diff options
context:
space:
mode:
Diffstat (limited to 'protected')
-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',
),
- ),
-)); ?>
+ )
+)); */?>