mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Anpassungen CIS-Redesign
This commit is contained in:
@@ -18,7 +18,7 @@ else if ($pfile == 'statistik.php')
|
||||
$class_statistik = 'benotungstool_tabs_active';
|
||||
|
||||
echo "\n\n<!--Menue-->\n";
|
||||
echo "<br><div><ul><li><a href='lvgesamtnoteverwalten.php?lvid=$lvid&stsem=$stsem&lehreinheit_id=$lehreinheit_id' class='Item'><font size='3'>".$p->t('benotungstool/lehrveranstaltungBenoten')."</font></a></li><li><a href=".APP_ROOT."cms/dms.php?id=".$p->t('dms_link/benotungstoolHandbuch')." class='Item' target='_blank'><font size='3'>".$p->t('benotungstool/handbuchBenotungstool')."</font></a></li></ul></div>";
|
||||
echo "<div><ul><li><a href='lvgesamtnoteverwalten.php?lvid=$lvid&stsem=$stsem&lehreinheit_id=$lehreinheit_id' class='Item'><font size='3'>".$p->t('benotungstool/lehrveranstaltungBenoten')."</font></a></li><li><a href=".APP_ROOT."cms/dms.php?id=".$p->t('dms_link/benotungstoolHandbuch')." class='Item' target='_blank'><font size='3'>".$p->t('benotungstool/handbuchBenotungstool')."</font></a></li></ul></div>";
|
||||
echo "<br>\n";
|
||||
echo "<table cellpadding='3' width='100%'>\n";
|
||||
echo " <tr>\n";
|
||||
|
||||
@@ -161,7 +161,7 @@ $copy_content = '';
|
||||
$copy_dropdown = '';
|
||||
|
||||
//Kopfzeile
|
||||
echo '<table width="100%"><tr><td><h1> '.$p->t('benotungstool/benotungstool');
|
||||
echo '<table width="100%"><tr><td><h1>'.$p->t('benotungstool/benotungstool');
|
||||
echo '</h1></td><td align="right">'."\n";
|
||||
|
||||
//Studiensemester laden
|
||||
@@ -276,7 +276,7 @@ echo '<table width="100%"><tr>';
|
||||
echo '<td class="tdwidth10"> </td>';
|
||||
echo "<td>\n";
|
||||
|
||||
echo "<b>".$lv_obj->bezeichnung_arr[$sprache]."</b><br>";
|
||||
echo "<h2>".$lv_obj->bezeichnung_arr[$sprache]."</h2>";
|
||||
|
||||
if($lehreinheit_id=='')
|
||||
die($p->t('benotungstool/esGibtKeineLehreinheiten'));
|
||||
|
||||
@@ -196,11 +196,11 @@ if (isset($_POST["schluessel"]) && $_POST["schluessel"]=='Speichern')
|
||||
}
|
||||
}
|
||||
//Kopfzeile
|
||||
echo '<table class="tabcontent" height="100%">';
|
||||
echo '<table class="tabcontent">';
|
||||
echo ' <tr>';
|
||||
echo '<td class="tdwidth10"> </td>';
|
||||
echo '<td class="ContentHeader"><font class="ContentHeader"> '.$p->t('benotungstool/benotungstool');
|
||||
echo '</font></td><td class="ContentHeader" align="right">'."\n";
|
||||
echo '<td><h1>'.$p->t('benotungstool/benotungstool');
|
||||
echo '</h1></td><td align="right">'."\n";
|
||||
|
||||
//Studiensemester laden
|
||||
$stsem_obj = new studiensemester();
|
||||
@@ -308,7 +308,7 @@ echo '</td><tr></table>';
|
||||
echo '<table width="100%"><tr>';
|
||||
echo '<td class="tdwidth10"> </td>';
|
||||
echo "<td>\n";
|
||||
echo "<b>".$lv_obj->bezeichnung_arr[$sprache]."</b><br>";
|
||||
echo "<h2>".$lv_obj->bezeichnung_arr[$sprache]."</h2>";
|
||||
|
||||
if($lehreinheit_id=='')
|
||||
die($p->t('benotungstool/esGibtKeineLehreinheiten'));
|
||||
|
||||
Reference in New Issue
Block a user