mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Anwesenheiten koennen bei Studierenden direkt im FAS geaendert werden
This commit is contained in:
@@ -47,6 +47,11 @@ $student_uid = filter_input(INPUT_GET,'student_uid');
|
||||
<script type="application/x-javascript" src="<?php echo APP_ROOT; ?>content/phpRequest.js.php" />
|
||||
|
||||
<vbox flex="1">
|
||||
<popupset>
|
||||
<menupopup id="termine-tree-popup">
|
||||
<menuitem label="Anwesenheit umschalten" oncommand="TermineToggleAnwesenheit();" id="termine-tree-popup-toggle-anwesenheit" hidden="false"/>
|
||||
</menupopup>
|
||||
</popupset>
|
||||
<groupbox id="termine-groupbox-termine" flex="1">
|
||||
<caption label="Termine" />
|
||||
<vbox flex="1">
|
||||
@@ -57,6 +62,7 @@ $student_uid = filter_input(INPUT_GET,'student_uid');
|
||||
<tree id="termine-tree" seltype="single" hidecolumnpicker="false" flex="1"
|
||||
datasources="rdf:null" ref="http://www.technikum-wien.at/termine"
|
||||
persist="hidden, height"
|
||||
context="termine-tree-popup"
|
||||
>
|
||||
<treecols>
|
||||
<treecol id="termine-treecol-datum" label="Datum" flex="1" hidden="false"
|
||||
@@ -103,6 +109,11 @@ $student_uid = filter_input(INPUT_GET,'student_uid');
|
||||
class="sortDirectionIndicator"
|
||||
sort="rdf:http://www.technikum-wien.at/termine/rdf#datum_iso" onclick="termineTreeSort()"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="termine-treecol-lehreinheit_id" label="LehreinheitID" flex="1" hidden="true"
|
||||
class="sortDirectionIndicator"
|
||||
sort="rdf:http://www.technikum-wien.at/termine/rdf#lehreinheit_id" onclick="termineTreeSort()"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
|
||||
</treecols>
|
||||
|
||||
<template>
|
||||
@@ -121,6 +132,7 @@ $student_uid = filter_input(INPUT_GET,'student_uid');
|
||||
<treecell label="rdf:http://www.technikum-wien.at/termine/rdf#lehrfach" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/termine/rdf#anwesend" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/termine/rdf#datum_iso" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/termine/rdf#lehreinheit_id" />
|
||||
</treerow>
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
|
||||
Reference in New Issue
Block a user