diff options
Diffstat (limited to 'protected/views/veranstaltung/index.php')
| -rw-r--r-- | protected/views/veranstaltung/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protected/views/veranstaltung/index.php b/protected/views/veranstaltung/index.php index f058e2e..42d1d62 100644 --- a/protected/views/veranstaltung/index.php +++ b/protected/views/veranstaltung/index.php @@ -23,8 +23,8 @@ $this->menu=array( 'id', array('header'=>'Verein', 'value'=>'$data->verein->name'), 'titel', - 'startzeit', - 'endzeit', + array('header'=>'Startzeit', 'value'=>Format::displayDateTime($model->startzeit)), + array('header'=>'Endzeit', 'value'=>Format::displayDateTime($model->endzeit)), array('header'=>'Standort', 'value'=>'($data->standort) ? $data->standort->name : "Kein Standort"'), array('header'=>'Öffentlich', 'value'=>'CHtml::image($data->published ? "images/ok.png" : "images/nok.png", $data->published ? "ok.png" : "nok.png")', 'type'=>'raw'), |
