mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
Anzeigefehler bei Popups im FAS in Seamonkey 2.11 behoben
This commit is contained in:
@@ -40,9 +40,9 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
|
||||
<!-- Dokumente Overlay -->
|
||||
<vbox id="student-gruppen" style="overflow:auto; margin:0px;" flex="1">
|
||||
<popupset>
|
||||
<popup id="student-gruppe-tree-popup">
|
||||
<menupopup id="student-gruppe-tree-popup">
|
||||
<menuitem label="Entfernen" oncommand="StudentGruppeDelete();" id="student-gruppe-tree-popup-delete" hidden="false"/>
|
||||
</popup>
|
||||
</menupopup>
|
||||
</popupset>
|
||||
<hbox flex="1">
|
||||
<groupbox flex="1">
|
||||
|
||||
@@ -37,9 +37,9 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
|
||||
<!-- Incomming/Outgoing DETAILS -->
|
||||
<vbox id="student-io" style="overflow:auto;margin:0px;" flex="1">
|
||||
<popupset>
|
||||
<popup id="student-io-tree-popup">
|
||||
<menupopup id="student-io-tree-popup">
|
||||
<menuitem label="Entfernen" oncommand="StudentIODelete();" id="student-io-tree-popup-delete" hidden="false"/>
|
||||
</popup>
|
||||
</menupopup>
|
||||
</popupset>
|
||||
|
||||
<hbox flex="1">
|
||||
|
||||
@@ -37,9 +37,9 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
|
||||
<!-- Zeugnis Overlay -->
|
||||
<vbox id="student-konto" style="overflow:auto;margin:0px;" flex="1">
|
||||
<popupset>
|
||||
<popup id="student-konto-tree-popup">
|
||||
<menupopup id="student-konto-tree-popup">
|
||||
<menuitem label="Entfernen" oncommand="StudentKontoDelete();" id="student-konto-tree-popup-kontodel" hidden="false"/>
|
||||
</popup>
|
||||
</menupopup>
|
||||
</popupset>
|
||||
<hbox flex="1">
|
||||
<grid id="student-konto-grid-detail" style="margin:4px;" flex="1">
|
||||
|
||||
@@ -40,9 +40,9 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
|
||||
<!-- Projektarbeit DETAILS -->
|
||||
<vbox id="student-projektarbeit" style="overflow:auto;" flex="1">
|
||||
<popupset>
|
||||
<popup id="student-projektarbeit-tree-popup">
|
||||
<menupopup id="student-projektarbeit-tree-popup">
|
||||
<menuitem label="Entfernen" oncommand="StudentProjektarbeitLoeschen();" id="student-projektarbeit-tree-popup-delete" hidden="false"/>
|
||||
</popup>
|
||||
</menupopup>
|
||||
</popupset>
|
||||
|
||||
<hbox>
|
||||
|
||||
@@ -37,9 +37,9 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
|
||||
<!-- Pruefung Overlay -->
|
||||
<vbox id="student-pruefung" style="overflow:auto; margin:0px;" flex="1">
|
||||
<popupset>
|
||||
<popup id="student-pruefung-tree-popup">
|
||||
<menupopup id="student-pruefung-tree-popup">
|
||||
<menuitem label="Entfernen" oncommand="StudentPruefungDelete();" id="student-pruefung-tree-popup-delete" hidden="false"/>
|
||||
</popup>
|
||||
</menupopup>
|
||||
</popupset>
|
||||
<hbox flex="1">
|
||||
<grid id="student-pruefung-grid-detail" style="margin:4px;" flex="1">
|
||||
|
||||
Reference in New Issue
Block a user