summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/_short_all.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/veranstaltung/_short_all.php')
-rw-r--r--protected/views/veranstaltung/_short_all.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/protected/views/veranstaltung/_short_all.php b/protected/views/veranstaltung/_short_all.php
new file mode 100644
index 0000000..3464a53
--- /dev/null
+++ b/protected/views/veranstaltung/_short_all.php
@@ -0,0 +1,5 @@
+<?php
+$link ="<strong>".$data->titel."</strong> ".Yii::app()->dateFormatter->format('EEEE HH:mm',$data->startzeit)." Uhr bis ".Yii::app()->dateFormatter->format('EEEE HH:mm',$data->endzeit);
+echo CHTML::link($link,array("veranstaltung/view","id"=>$data->id)).
+" beim ". CHTML::link($data->verein->name,array("verein/view","id"=>$data->verein_id))
+." (".CHTML::link($data->standort->name,array("standort/view","id"=>$data->standort_id)).")"; ?><br /> \ No newline at end of file