Stundenplantabelle ist bei den Terminen umschaltbar.

Die eingestellte Tabelle wird pro User gespeichert
This commit is contained in:
oesi
2015-08-19 09:09:10 +02:00
parent d553305f49
commit 78c360280c
5 changed files with 130 additions and 43 deletions
+7 -3
View File
@@ -49,7 +49,11 @@ $student_uid = filter_input(INPUT_GET,'student_uid');
<vbox flex="1">
<groupbox id="termine-groupbox-termine" flex="1">
<caption label="Termine" />
<hbox flex="1">
<vbox flex="1">
<hbox>
<spacer flex="1" />
<button type="checkbox" id="termine-button-stpltable" label="Stundenplan" oncommand="TermineChangeSTPLTable();"/>
</hbox>
<tree id="termine-tree" seltype="single" hidecolumnpicker="false" flex="1"
datasources="rdf:null" ref="http://www.technikum-wien.at/termine"
persist="hidden, height"
@@ -100,7 +104,7 @@ $student_uid = filter_input(INPUT_GET,'student_uid');
sort="rdf:http://www.technikum-wien.at/termine/rdf#datum_iso" onclick="termineTreeSort()"/>
<splitter class="tree-splitter"/>
</treecols>
<template>
<rule>
<treechildren>
@@ -123,7 +127,7 @@ $student_uid = filter_input(INPUT_GET,'student_uid');
</rule>
</template>
</tree>
</hbox>
</vbox>
</groupbox>
<button label="Exportieren" oncommand="TermineExport()"/>
</vbox>