From bb4ab112eaed42d1b9852383f56fd0b72e18a759 Mon Sep 17 00:00:00 2001 From: kindlm Date: Wed, 9 Sep 2015 16:50:45 +0200 Subject: [PATCH] Infotext CIS Reumreservierung --- include/wochenplan.class.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index ce6c1a82a..de600a2a3 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -1084,6 +1084,15 @@ class wochenplan extends basis_db echo ''; echo ' '.$p->t('lvplan/reservierungenLoeschen').' '; } + else + { + if($this->type=='ort') + { + echo '

'; + echo ''.$p->t('lvplan/raumreservierungAufZeitraumEingeschraenkt',array(date("d.m.Y",$datum_res_lektor_start),date("d.m.Y",$datum_res_lektor_ende))).''; + echo '
'; + } + } } /**