diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2014-05-08 14:45:22 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2014-05-08 14:45:22 +0200 |
| commit | b490f446c2b7a934bfba8da04918eb50dad3129b (patch) | |
| tree | 28ea49117efe157d8fa2431adeee369ad02a278a | |
| parent | 9631ea589c6fbbb267e901a691b8566cc4891803 (diff) | |
Hinweis zu veralteten Einträgen
| -rw-r--r-- | protected/views/common/_old_entries_text.php | 3 | ||||
| -rw-r--r-- | protected/views/myVeranstaltung/index.php | 2 | ||||
| -rw-r--r-- | protected/views/veranstaltung/index.php | 2 |
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, )); ?> |
