summaryrefslogtreecommitdiff
path: root/protected/views/myVeranstaltung/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/myVeranstaltung/index.php')
-rw-r--r--protected/views/myVeranstaltung/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/protected/views/myVeranstaltung/index.php b/protected/views/myVeranstaltung/index.php
index 373e056..2471e44 100644
--- a/protected/views/myVeranstaltung/index.php
+++ b/protected/views/myVeranstaltung/index.php
@@ -20,6 +20,10 @@ $this->menu=array(
'id'=>'veranstaltung-grid',
'dataProvider'=>$model->search(),
'filter'=>$model,
+ 'rowCssClassExpression' => '
+ ( $row%2 ? $this->rowCssClass[1] : $this->rowCssClass[0] ) .
+ ( $data->thisYear ? null : " old" )
+ ',
'columns'=>array(
//'id',
//'verein_id',