- Abschlusspruefung Sortierung geaendert damit die 1. Arbeit zuerst raus kommt und dann erst die 2. Arbeit

- JQuery Autocomplete Schriftgroesse korrigiert
This commit is contained in:
Andreas Österreicher
2013-10-16 14:45:14 +00:00
parent 913f374565
commit 139a29b171
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -103,7 +103,9 @@ if($db->db_query($qry))
if($db->db_query($qry))
if($row_rek = $db->db_fetch_object())
$rektor = $row_rek->titelpre.' '.$row_rek->vorname.' '.$row_rek->nachname.' '.$row_rek->titelpost;
$qry = "SELECT titel as themenbereich, ende, projektarbeit_id, note FROM lehre.tbl_projektarbeit a WHERE student_uid='$student->uid' AND (projekttyp_kurzbz='Bachelor' OR projekttyp_kurzbz='Diplom') ORDER BY beginn DESC, projektarbeit_id ASC LIMIT 2";
$qry = "SELECT * FROM (SELECT titel as themenbereich, ende, projektarbeit_id, note, beginn FROM lehre.tbl_projektarbeit a
WHERE student_uid='$student->uid' AND (projekttyp_kurzbz='Bachelor' OR projekttyp_kurzbz='Diplom')
ORDER BY beginn DESC, projektarbeit_id ASC LIMIT 2) as a ORDER BY beginn asc";
$themenbereich='';
$datum_projekt='';
$betreuer = '';
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -311,7 +311,7 @@ table.error td {
table.navbar
{
background-color: red;
background-color: #E6E6CC;
}
table.logo
{