summaryrefslogtreecommitdiff
path: root/protected/views/myVeranstaltung/index.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2014-05-08 14:30:15 +0200
committerPatrick Seeger <pseeger@ccwn.org>2014-05-08 14:30:15 +0200
commit9631ea589c6fbbb267e901a691b8566cc4891803 (patch)
tree2d6eadfba77297cc29a1b665d3db028656cfd18c /protected/views/myVeranstaltung/index.php
parent4f3fb96a75df63f8d611bcbadcdc6f33f33c8998 (diff)
Anzeige von alten Veranstaltungen verbessert.
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',