- Ampel auf blinkendes .gif geändert

- Eventkalender ins Phrasenmodul
- Pflichtfelder bei den LV-Infos markiert (ects/index.php)
- Infotext zur Handhabung der Ampeln bei ampelverwaltung.php eingefügt
- news.php, newsverwaltung.php, news.class.php: Studiengang ECI (Campus International) hat nun einen eigenen Newsbereich auf der CIS
- studentdetailoverlay.xul.php: Speicherbutton bei den Interessenten im FAS ist nun rechtsbündig.
- vilesci/lehre/reservierung_insert.php: Dropdown für Spezialgruppe hinzugefügt
This commit is contained in:
Manfred Kindl
2012-03-16 16:56:13 +00:00
parent 9778674ea7
commit 3167927639
30 changed files with 447 additions and 212 deletions
+11 -7
View File
@@ -173,11 +173,12 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
</rows>
</grid>
</groupbox>
<hbox>
<groupbox id="student-detail-groupbox-student" flex="1">
<vbox flex="1" >
<groupbox id="student-detail-groupbox-student">
<caption label="Student" />
<grid id="student-detail-grid-student" style="margin:4px;" flex="1">
<columns >
<grid id="student-detail-grid-student" style="margin:4px;">
<columns >
<column flex="1"/>
<column flex="5"/>
<column flex="1"/>
@@ -223,11 +224,14 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
</rows>
</grid>
</groupbox>
<vbox>
<hbox>
<spacer flex="1" />
<button id="student-detail-button-save" label="Speichern" oncommand="StudentDetailSave();" disabled="true"/>
</vbox>
</hbox>
</hbox>
</vbox>
</vbox>
</vbox>