summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-05 15:45:51 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-05 15:45:51 +0200
commitc584c820b82bdbde9a4612fa4a492c08a2061c3d (patch)
treeb1a2035b2c90fc6d1e22ace1c62b36489dec7ec3 /templates/part.listfolder.php
parent4c8457c01e5683cc77370a344d24ad2cd6763e7f (diff)
hide empty folders or folders with all read items by default
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 80fda44a6..2a1cb6aed 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -11,7 +11,7 @@ if(isset($_['mock'])){
$folderName = $folder->getName();
}
-echo '<li class="folder open" data-id="' . $folderId . '">';
+echo '<li class="folder open all_read" data-id="' . $folderId . '">';
echo '<button class="collapsable_trigger" title="' . $l->t('Collapse') . '"></button>';
echo '<a href="#" class="title">' . $folderName . '</a>';
echo '<span class="buttons">';