diff options
| author | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2012-06-26 19:03:05 +0200 |
|---|---|---|
| committer | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2012-06-26 19:03:05 +0200 |
| commit | 209931e899d78e23ff554902af1ab0f32d4a7f34 (patch) | |
| tree | e2f345f15f4a35f1fa3a10f2c90b25fca53d876f /protected/views/verein/index.php | |
| parent | f0e90d88a5766e67ff69339b27711ffb5f41e1ca (diff) | |
| parent | 1dd4e01e8c1fbb24a98350aa1b89f279fcde626b (diff) | |
Merge branch 'master' of ssh://proxy:9044/home/ccwn/git-repos/admin.astaf.de
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( |
