Anzeigefehler bei Popups im FAS in Seamonkey 2.11 behoben

This commit is contained in:
Andreas Österreicher
2014-02-06 14:23:37 +00:00
parent 441115b680
commit 99ff2bfde4
9 changed files with 20 additions and 20 deletions
@@ -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">
+2 -2
View File
@@ -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">
+2 -2
View File
@@ -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">