diff options
Diffstat (limited to 'protected/views/verein/index.php')
| -rw-r--r-- | protected/views/verein/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protected/views/verein/index.php b/protected/views/verein/index.php index 45b5e67..9f2ae6c 100644 --- a/protected/views/verein/index.php +++ b/protected/views/verein/index.php @@ -29,9 +29,9 @@ $this->menu=array( /* 'kontaktdaten', 'beschreibung', - 'standort_id', - 'published', - */ + 'standort_id',*/ + array('header'=>'Öffentlich', + 'value'=>'CHtml::image($data->published ? "images/ok.png" : "images/nok.png", $data->published ? "ok.png" : "nok.png")', 'type'=>'raw'), array( 'class'=>'CButtonColumn', "buttons"=>array( |
