summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/_short_all.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-06-27 09:43:07 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-06-27 09:43:07 +0200
commit9278092334ea450d9e44ae0ef0e6f8ae8938be72 (patch)
tree1cc52b36b783bd49b3221dfd16cad879c3ce9f3e /protected/views/veranstaltung/_short_all.php
parent0dd6a984223f2c5607c430e456e0301b349044f4 (diff)
Adminfeatures CMS entfernt, Layout von Veranstaltungslisten verschönert
Diffstat (limited to 'protected/views/veranstaltung/_short_all.php')
-rw-r--r--protected/views/veranstaltung/_short_all.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/protected/views/veranstaltung/_short_all.php b/protected/views/veranstaltung/_short_all.php
index 3464a53..8be16a0 100644
--- a/protected/views/veranstaltung/_short_all.php
+++ b/protected/views/veranstaltung/_short_all.php
@@ -1,5 +1,5 @@
-<?php
+<p><?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
+." (".CHTML::link($data->standort->name,array("standort/view","id"=>$data->standort_id)).")"; ?></p> \ No newline at end of file