summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/view.php
diff options
context:
space:
mode:
authorastaf <astaf@proxy.ccwn.org.ccwn.org>2013-06-20 20:42:13 +0200
committerastaf <astaf@proxy.ccwn.org.ccwn.org>2013-06-20 20:42:13 +0200
commit1489c096b805f34cd96c18c21ec649c52ef021b9 (patch)
tree86c3a095e7a36d9d927e08826edd48a2fe522b90 /protected/views/veranstaltung/view.php
parentabbb5cf76066dcc304370c4587bfb55545ca4a40 (diff)
Stand Produktion
Diffstat (limited to '')
-rw-r--r--protected/views/veranstaltung/view.php4
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