diff --git a/out/out.ViewFolder.php b/out/out.ViewFolder.php index 8a3d70a73..7ff81ba6a 100644 --- a/out/out.ViewFolder.php +++ b/out/out.ViewFolder.php @@ -59,12 +59,27 @@ if ($settings->_enableFolderTree) UI::printTreeNavigation($folderid,$showtree); UI::contentHeading(getMLText("folder_infos")); $owner = $folder->getOwner(); -UI::contentContainer("\n\n". +UI::contentContainerStart(); +print "
\n\n". "\n". "\n\n\n". "\n". - "\n\n
".getMLText("owner").":getEmail())."\">".htmlspecialchars($owner->getFullName())."". "
".getMLText("comment").":".htmlspecialchars($folder->getComment())."
\n"); + "".htmlspecialchars($folder->getComment())."\n\n"; +$attributes = $folder->getAttributes(); +if($attributes) { + foreach($attributes as $attribute) { + $attrdef = $attribute->getAttributeDefinition(); +?> + + getName()); ?>: + getValue()); ?> + +\n"; +UI::contentContainerEnd(); UI::contentHeading(getMLText("folder_contents")); UI::contentContainerStart();