Skalierung des Fotos bei Studierenden und Mitarbeitern wird nun wie auf CIS im Verhältnis 6:8 angezeigt.

This commit is contained in:
Manfred Kindl
2012-05-22 09:36:44 +00:00
parent 43af235a0c
commit b349006ec8
2 changed files with 2 additions and 2 deletions
@@ -167,7 +167,7 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
<button id="mitarbeiter-detail-button-image-infomail" label="Infomail" oncommand="MitarbeiterImageInfomail();" disabled="true"/>
</vbox>
<hbox>
<image src='' id="mitarbeiter-detail-image" style="margin-left:5px;"/> <!-- width="60" height="60" -->
<image src='' id="mitarbeiter-detail-image" style="margin-left:5px; width:90px; height:120px"/> <!-- width="60" height="60" -->
<spacer flex="1"/>
</hbox>
<label value="Anmerkung" control="mitarbeiter-detail-textbox-anmerkung"/>
+1 -1
View File
@@ -163,7 +163,7 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
<button id="student-detail-button-image-infomail" label="Infomail" oncommand="StudentImageInfomail();" disabled="true"/>
</vbox>
<hbox>
<image src='' id="student-detail-image" style="margin-left:5px;"/> <!--height="60" width="60"-->
<image src='' id="student-detail-image" style="margin-left:5px; width:90px; height:120px"/> <!--height="60" width="60"-->
<spacer flex="1"/>
</hbox>
<label value="Anmerkung" control="student-detail-textbox-anmerkung"/>