aboutsummaryrefslogtreecommitdiff
path: root/templates/filesystem/homework_folder/description.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/filesystem/homework_folder/description.php')
-rw-r--r--templates/filesystem/homework_folder/description.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/filesystem/homework_folder/description.php b/templates/filesystem/homework_folder/description.php
index b3bc7f1..c47d6b0 100644
--- a/templates/filesystem/homework_folder/description.php
+++ b/templates/filesystem/homework_folder/description.php
@@ -1,14 +1,7 @@
<div style="font-style: italic">
<?=_("Dieser Ordner ist ein Hausaufgabenordner. Es können nur Dateien eingestellt werden.")?>
</div>
-<? if (!empty($own_files) && count($own_files) > 0) : ?>
-<?= _("Sie selbst haben folgende Dateien in diesen Ordner eingestellt:") ?>
- <ul>
- <? foreach ($own_files as $own_file) :?>
- <li><?=htmlReady($own_file->name)?> - <?=strftime('%x %X', $own_file->chdate)?></li>
- <? endforeach ?>
- </ul>
-<? endif ?>
+
<? if ($folderdata['description']) : ?>
<hr>
<div>