summaryrefslogtreecommitdiff
path: root/protected/views
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
parent0dd6a984223f2c5607c430e456e0301b349044f4 (diff)
Adminfeatures CMS entfernt, Layout von Veranstaltungslisten verschönert
Diffstat (limited to 'protected/views')
-rw-r--r--protected/views/veranstaltung/_short.php2
-rw-r--r--protected/views/veranstaltung/_short_all.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/protected/views/veranstaltung/_short.php b/protected/views/veranstaltung/_short.php
index 0aadbf2..52a726f 100644
--- a/protected/views/veranstaltung/_short.php
+++ b/protected/views/veranstaltung/_short.php
@@ -1,2 +1,2 @@
<?php
-echo CHTML::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),array("veranstaltung/view","id"=>$data->id)); ?><br /> \ No newline at end of file
+echo CHTML::link("<strong>".$data->titel."</strong><br />".Yii::app()->dateFormatter->format('EEEE HH:mm',$data->startzeit)." Uhr bis ".Yii::app()->dateFormatter->format('EEEE HH:mm',$data->endzeit),array("veranstaltung/view","id"=>$data->id)); ?><br /><br /> \ No newline at end of file
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