diff --git a/cis/private/lehre/pruefung/pruefung.js b/cis/private/lehre/pruefung/pruefung.js index 1d81cc21c..ea385c077 100644 --- a/cis/private/lehre/pruefung/pruefung.js +++ b/cis/private/lehre/pruefung/pruefung.js @@ -312,17 +312,19 @@ function writePruefungsTable(e, data, anmeldung) { if(storno) { - button = "

Stornieren (bis "+frist+"):
"; + //button = "

Stornieren (bis "+frist+"):
"; + button = "

"; + } else { - button = "

Anmelden (bis "+frist+"):

"; - + //button = "

Anmelden (bis "+frist+"):

"; + button = "

"; } } else { - button = "

Anmelden (bis "+frist+"):

"; + button = "

"; } row += button; @@ -392,6 +394,7 @@ function showPruefungsDetails(prfId, lvId) } } }); + $("#details").dialog("open"); }); } else diff --git a/cis/private/lehre/pruefung/pruefungsanmeldung.php b/cis/private/lehre/pruefung/pruefungsanmeldung.php index f94f7835d..8f83193ac 100644 --- a/cis/private/lehre/pruefung/pruefungsanmeldung.php +++ b/cis/private/lehre/pruefung/pruefungsanmeldung.php @@ -69,9 +69,9 @@ $benutzer = new student($uid); /*border: 1px solid black;*/ } - #prfDetails { +/* #prfDetails { float:right; - } + }*/ #accordion { width: 60%; @@ -142,6 +142,18 @@ $benutzer = new student($uid); width: "400px" }); $("#dialog").dialog({ autoOpen: false }); + + $("#details").dialog({ + modal: true, + autoOpen: false, + width: "400px" + }); + $(document).tooltip({ + position: { + at: "right center", + my: "left+15 center" + } + }); });

Prüfungsanmeldung für vorname." ".$benutzer->nachname." (".$uid.")"; ?>

-
+

LV-Details

Bezeichnung: