im ressource menü erste spalte auf bezeichnung geändert.

This commit is contained in:
Karl Burkhart
2011-09-21 12:11:51 +00:00
parent 8a8534c2ad
commit e158a57435
+4 -4
View File
@@ -149,14 +149,14 @@ echo '<?xul-overlay href="'.APP_ROOT.'content/projekt/bestellung.overlay.xul.php
ondragexit="nsDragAndDrop.dragExit(event,ressourceDDObserver)"
>
<treecols>
<treecol id="treecol-ressourcemenue-description" label="Anzeige" flex="2" primary="true"/>
<treecol id="treecol-ressourcemenue-bezeichnung" label="Bezeichnung" flex="2" primary="true" />
<splitter class="tree-splitter"/>
<treecol id="treecol-ressourcemenue-description" label="Anzeige" flex="2" hidden="false" />
<splitter class="tree-splitter"/>
<treecol id="treecol-ressourcemenue-typ" label="typ" flex="5" hidden ="true" />
<splitter class="tree-splitter"/>
<treecol id="treecol-ressourcemenue-ressource_id" label="ID" flex="5" hidden ="true" />
<splitter class="tree-splitter"/>
<treecol id="treecol-ressourcemenue-bezeichnung" label="Bezeichnung" flex="2" hidden="true" />
<splitter class="tree-splitter"/>
<treecol id="treecol-ressourcemenue-beschreibung" label="Beschreibung" flex="2" hidden="true"/>
<splitter class="tree-splitter"/>
<treecol id="treecol-ressourcemenue-mitarbeiter_uid" label="MitarbeiterUID" flex="1" hidden="true"/>
@@ -173,10 +173,10 @@ echo '<?xul-overlay href="'.APP_ROOT.'content/projekt/bestellung.overlay.xul.php
<treechildren>
<treeitem uri="rdf:*">
<treerow>
<treecell label="rdf:http://www.technikum-wien.at/ressource/rdf#bezeichnung"/>
<treecell label="rdf:http://www.technikum-wien.at/ressource/rdf#rdf_description"/>
<treecell label="rdf:http://www.technikum-wien.at/ressource/rdf#typ"/>
<treecell label="rdf:http://www.technikum-wien.at/ressource/rdf#ressource_id"/>
<treecell label="rdf:http://www.technikum-wien.at/ressource/rdf#bezeichnung"/>
<treecell label="rdf:http://www.technikum-wien.at/ressource/rdf#beschreibung"/>
<treecell label="rdf:http://www.technikum-wien.at/ressource/rdf#mitarbeiter_uid"/>
<treecell label="rdf:http://www.technikum-wien.at/ressource/rdf#student_uid"/>