summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protected/views/common/_old_entries_text.php3
-rw-r--r--protected/views/myVeranstaltung/index.php2
-rw-r--r--protected/views/veranstaltung/index.php2
3 files changed, 5 insertions, 2 deletions
diff --git a/protected/views/common/_old_entries_text.php b/protected/views/common/_old_entries_text.php
new file mode 100644
index 0000000..e242806
--- /dev/null
+++ b/protected/views/common/_old_entries_text.php
@@ -0,0 +1,3 @@
+<p>
+Einträge in hellgrauer Farbe sind aus dem Vorjahr und werden in dieser Form <strong>nicht</strong> auf der Homepage angezeigt! Bitte bearbeiten Sie diese und aktualisieren Sie das Datum.
+</p> \ No newline at end of file
diff --git a/protected/views/myVeranstaltung/index.php b/protected/views/myVeranstaltung/index.php
index 2471e44..5e28017 100644
--- a/protected/views/myVeranstaltung/index.php
+++ b/protected/views/myVeranstaltung/index.php
@@ -11,7 +11,7 @@ $this->menu=array(
<h1>Unsere Veranstaltungen</h1>
<?php $this->renderPartial('/common/_comparison_text'); ?>
-
+<?php $this->renderPartial('/common/_old_entries_text'); ?>
<?php $this->renderPartial('/common/_advanced_search',array(
'model'=>$model,
)); ?>
diff --git a/protected/views/veranstaltung/index.php b/protected/views/veranstaltung/index.php
index caaa91e..9516383 100644
--- a/protected/views/veranstaltung/index.php
+++ b/protected/views/veranstaltung/index.php
@@ -10,7 +10,7 @@ $this->menu=array(
<h1>Veranstaltungen</h1>
<?php $this->renderPartial('/common/_comparison_text'); ?>
-
+<?php $this->renderPartial('/common/_old_entries_text'); ?>
<?php $this->renderPartial('/common/_advanced_search',array(
'model'=>$model,
)); ?>