From b490f446c2b7a934bfba8da04918eb50dad3129b Mon Sep 17 00:00:00 2001 From: Patrick Seeger Date: Thu, 8 May 2014 14:45:22 +0200 Subject: =?UTF-8?q?Hinweis=20zu=20veralteten=20Eintr=C3=A4gen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protected/views/common/_old_entries_text.php | 3 +++ protected/views/myVeranstaltung/index.php | 2 +- protected/views/veranstaltung/index.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 protected/views/common/_old_entries_text.php 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 @@ +

+Einträge in hellgrauer Farbe sind aus dem Vorjahr und werden in dieser Form nicht auf der Homepage angezeigt! Bitte bearbeiten Sie diese und aktualisieren Sie das Datum. +

\ 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(

Unsere Veranstaltungen

renderPartial('/common/_comparison_text'); ?> - +renderPartial('/common/_old_entries_text'); ?> 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(

Veranstaltungen

renderPartial('/common/_comparison_text'); ?> - +renderPartial('/common/_old_entries_text'); ?> renderPartial('/common/_advanced_search',array( 'model'=>$model, )); ?> -- cgit v1.0-28-g1787