diff options
| author | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2013-06-20 20:42:13 +0200 |
|---|---|---|
| committer | astaf <astaf@proxy.ccwn.org.ccwn.org> | 2013-06-20 20:42:13 +0200 |
| commit | 1489c096b805f34cd96c18c21ec649c52ef021b9 (patch) | |
| tree | 86c3a095e7a36d9d927e08826edd48a2fe522b90 /protected/views/veranstaltung/view.php | |
| parent | abbb5cf76066dcc304370c4587bfb55545ca4a40 (diff) | |
Stand Produktion
Diffstat (limited to 'protected/views/veranstaltung/view.php')
| -rw-r--r-- | protected/views/veranstaltung/view.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protected/views/veranstaltung/view.php b/protected/views/veranstaltung/view.php index 2547f4f..72c826e 100644 --- a/protected/views/veranstaltung/view.php +++ b/protected/views/veranstaltung/view.php @@ -13,8 +13,8 @@ $this->menu=array( ?> <h3><?php echo $model->titel; ?></h3> -<p>von <?php echo Yii::app()->dateFormatter->format('EEEE hh:mm',$model->startzeit)." Uhr"?> bis <?php -echo Yii::app()->dateFormatter->format('EEEE hh:mm',$model->endzeit)." Uhr"?> +<p>von <?php echo Yii::app()->dateFormatter->format('EEEE HH:mm',$model->startzeit)." Uhr"?> bis <?php +echo Yii::app()->dateFormatter->format('EEEE HH:mm',$model->endzeit)." Uhr"?> auf der Bühne <?php echo CHtml::link($model->standort->name,array("standort/view","id"=>$model->standort_id))?></p> <p> <?php |
