Anpassungen CIS-Redesign

This commit is contained in:
Manfred Kindl
2013-09-09 15:18:58 +00:00
parent e5f23aab6f
commit d2ce9633e2
3 changed files with 7 additions and 7 deletions
@@ -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>&nbsp;'.$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">&nbsp;</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">&nbsp;</td>';
echo '<td class="ContentHeader"><font class="ContentHeader">&nbsp;'.$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">&nbsp;</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'));