From e38be472cb87335a9c4919161fbf2bddf5772cc0 Mon Sep 17 00:00:00 2001 From: Nikolaus Krondraf Date: Fri, 10 Jul 2015 08:34:25 +0200 Subject: [PATCH] =?UTF-8?q?Tablesorter=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lehre/notenliste.php | 42 +++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/cis/private/lehre/notenliste.php b/cis/private/lehre/notenliste.php index 65a1128a4..6c7b6c3d2 100644 --- a/cis/private/lehre/notenliste.php +++ b/cis/private/lehre/notenliste.php @@ -47,6 +47,8 @@ echo ' + + '.$p->t('tools/leistungsbeurteilung').' @@ -177,21 +188,24 @@ else if($result=$db->db_query($qry)) { //Tabelle anzeigen - $tbl= " - - - "; - if(defined('CIS_GESAMTNOTE_PUNKTE') && CIS_GESAMTNOTE_PUNKTE) - $tbl.=""; + $tbl= "
".$p->t('global/lehrveranstaltung')."".$p->t('benotungstool/lvNote')."".$p->t('benotungstool/punkte')."
+ + + + "; + if(defined('CIS_GESAMTNOTE_PUNKTE') && CIS_GESAMTNOTE_PUNKTE) + $tbl.=""; - $tbl.=" "; - if(defined('CIS_GESAMTNOTE_PUNKTE') && CIS_GESAMTNOTE_PUNKTE) - $tbl.=""; + $tbl.=" "; + if(defined('CIS_GESAMTNOTE_PUNKTE') && CIS_GESAMTNOTE_PUNKTE) + $tbl.=""; - $tbl.=" - - - "; + $tbl.=" + + + + + "; $i=0; while($row=$db->db_fetch_object($result)) { @@ -271,7 +285,7 @@ else } - $tbl.= "
".$p->t('global/lehrveranstaltung')."".$p->t('benotungstool/lvNote')."".$p->t('benotungstool/punkte')."".$p->t('benotungstool/zeugnisnote')."".$p->t('benotungstool/punkte')."".$p->t('benotungstool/zeugnisnote')."".$p->t('benotungstool/punkte')."".$p->t('tools/benotungsdatumDerZeugnisnote')."".$p->t('benotungstool/pruefung')."
".$p->t('tools/benotungsdatumDerZeugnisnote')."".$p->t('benotungstool/pruefung')."
"; + $tbl.= ""; if($i==0) echo $p->t('tools/nochKeineBeurteilungEingetragen'); else