mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
FAS studentdetailoverlay.xul.php bisstandort and foerderrelevant fields:
- added label tags (for hiding also the labels) - changed column width for better look
This commit is contained in:
@@ -460,7 +460,7 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
|
|||||||
</menupopup>
|
</menupopup>
|
||||||
</template>
|
</template>
|
||||||
</menulist>
|
</menulist>
|
||||||
<label value="Bisstandort" control="student-prestudent-menulist-bisstandort"/>
|
<label value="Bisstandort" control="student-prestudent-menulist-bisstandort" id="student-prestudent-label-bisstandort"/>
|
||||||
<menulist id="student-prestudent-menulist-bisstandort" disabled="true"
|
<menulist id="student-prestudent-menulist-bisstandort" disabled="true"
|
||||||
datasources="<?php echo APP_ROOT ?>rdf/bisstandort.rdf.php?optional=true" flex="1"
|
datasources="<?php echo APP_ROOT ?>rdf/bisstandort.rdf.php?optional=true" flex="1"
|
||||||
ref="http://www.technikum-wien.at/bisstandort/alle" >
|
ref="http://www.technikum-wien.at/bisstandort/alle" >
|
||||||
@@ -481,25 +481,14 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
|
|||||||
<columns>
|
<columns>
|
||||||
<column flex="1"/>
|
<column flex="1"/>
|
||||||
<column flex="12"/>
|
<column flex="12"/>
|
||||||
<column flex="1"/>
|
<column flex="2"/>
|
||||||
<column flex="1"/>
|
<column flex="2"/>
|
||||||
<column flex="1"/>
|
<column flex="3"/>
|
||||||
<column flex="1"/>
|
|
||||||
<column flex="1"/>
|
|
||||||
<column flex="1"/>
|
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="Anmerkung" control="student-prestudent-textbox-anmerkung"/>
|
<label value="Anmerkung" control="student-prestudent-textbox-anmerkung"/>
|
||||||
<textbox id="student-prestudent-textbox-anmerkung" disabled="true"/>
|
<textbox id="student-prestudent-textbox-anmerkung" disabled="true"/>
|
||||||
<label value="Förderrelevant" control="student-prestudent-menulist-foerderrelevant"/>
|
|
||||||
<menulist id="student-prestudent-menulist-foerderrelevant" disabled="true">
|
|
||||||
<menupopup>
|
|
||||||
<menuitem value="" label="Wie Studiengang"/>
|
|
||||||
<menuitem value="true" label="Ja"/>
|
|
||||||
<menuitem value="false" label="Nein"/>
|
|
||||||
</menupopup>
|
|
||||||
</menulist>
|
|
||||||
<hbox>
|
<hbox>
|
||||||
<label value="Bismelden" control="student-prestudent-checkbox-bismelden"/>
|
<label value="Bismelden" control="student-prestudent-checkbox-bismelden"/>
|
||||||
<checkbox id="student-prestudent-checkbox-bismelden" checked="true" disabled="true"/>
|
<checkbox id="student-prestudent-checkbox-bismelden" checked="true" disabled="true"/>
|
||||||
@@ -508,15 +497,27 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
|
|||||||
<label value="Dual" control="student-prestudent-checkbox-dual"/>
|
<label value="Dual" control="student-prestudent-checkbox-dual"/>
|
||||||
<checkbox id="student-prestudent-checkbox-dual" checked="false" disabled="true"/>
|
<checkbox id="student-prestudent-checkbox-dual" checked="false" disabled="true"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<label value="Priorität" control="student-prestudent-textbox-priorisierung"/>
|
<hbox>
|
||||||
<?php
|
<label value="Förderrelevant" id="student-prestudent-label-foerderrelevant" control="student-prestudent-menulist-foerderrelevant"/>
|
||||||
$readonly = 'readonly="true"';
|
<menulist id="student-prestudent-menulist-foerderrelevant" disabled="true">
|
||||||
$rechte = new benutzerberechtigung();
|
<menupopup>
|
||||||
$rechte->getBerechtigungen($user);
|
<menuitem value="" label="Wie Studiengang"/>
|
||||||
if($rechte->isBerechtigt('basis/prestudent'))
|
<menuitem value="true" label="Ja"/>
|
||||||
$readonly = '';
|
<menuitem value="false" label="Nein"/>
|
||||||
?>
|
</menupopup>
|
||||||
<textbox id="student-prestudent-textbox-priorisierung" disabled="true" <?php echo $readonly ?>/>
|
</menulist>
|
||||||
|
</hbox>
|
||||||
|
<hbox>
|
||||||
|
<label value="Priorität" control="student-prestudent-textbox-priorisierung"/>
|
||||||
|
<?php
|
||||||
|
$readonly = 'readonly="true"';
|
||||||
|
$rechte = new benutzerberechtigung();
|
||||||
|
$rechte->getBerechtigungen($user);
|
||||||
|
if($rechte->isBerechtigt('basis/prestudent'))
|
||||||
|
$readonly = '';
|
||||||
|
?>
|
||||||
|
<textbox id="student-prestudent-textbox-priorisierung" disabled="true" <?php echo $readonly ?>/>
|
||||||
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
<row id="student-prestudent-row-mentor">
|
<row id="student-prestudent-row-mentor">
|
||||||
<label value="MentorIn" control="student-prestudent-textbox-mentor"/>
|
<label value="MentorIn" control="student-prestudent-textbox-mentor"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user