From 6e0d43769461ab09a7d12bca3ed8d055eeec9b80 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Mon, 12 Dec 2011 15:49:37 +0000 Subject: [PATCH] Neue Symbole bei den Importoptionen im LV-Plan --- include/wochenplan.class.php | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index dd34d0282..aa5cd5e8d 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -425,19 +425,20 @@ class wochenplan extends basis_db //global $kalender_begin_ws, $kalender_ende_ws, $kalender_begin_ss, $kalender_ende_ss; $kal_link_ws=$this->kal_link.'&begin='.$this->studiensemester_now->start.'&ende='.$this->studiensemester_now->ende; $kal_link_ss=$this->kal_link.'&begin='.$this->studiensemester_next->start.'&ende='.$this->studiensemester_next->ende; - echo '        '.$p->t('global/kalender').':    '.$this->crlf; - echo ' '.$this->studiensemester_now->name.' '.$this->crlf; - echo ' HTML'.$this->crlf; - echo ' CSV'.$this->crlf; - echo ' CSV-Outlook'.$this->crlf; - echo ' vCal Version 1.0'.$this->crlf; - echo ' vCal Version 2.0'.$this->crlf; - echo '     '.$this->studiensemester_next->name.' '.$this->crlf; - echo ' HTML'.$this->crlf; - echo ' CSV'.$this->crlf; - echo ' CSV-Outlook'.$this->crlf; - echo ' iCal Version 1.0'.$this->crlf; - echo ' iCal Version 2.0'.$this->crlf; + //echo '        '.$p->t('global/kalender').':   '.$this->crlf; + echo $this->crlf; + echo ' '.$p->t('lvplan/uebersicht').': '.$this->studiensemester_now->name.' '.$this->crlf; + echo ' HTML'.$this->crlf; + echo ' CSV'.$this->crlf; + echo ' CSV-Outlook'.$this->crlf; + echo ' vCal Version 1.0'.$this->crlf; + echo ' vCal Version 2.0'.$this->crlf; + echo '     '.$p->t('lvplan/uebersicht').': '.$this->studiensemester_next->name.' '.$this->crlf; + echo ' HTML'.$this->crlf; + echo ' CSV'.$this->crlf; + echo ' CSV-Outlook'.$this->crlf; + echo ' iCal Version 1.0'.$this->crlf; + echo ' iCal Version 2.0'.$this->crlf; echo ' '.$this->crlf; echo ' '.$this->crlf;