summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-10-31 01:46:33 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2012-10-31 01:46:33 +0100
commitc52c93f1e56e82a3957ad25cfed903d23caa6fb9 (patch)
tree00e2bd50350ab2b405fe008d9d6345aa8ba93bc3 /templates/part.listfolder.php
parent3d5f0835bb089259d21c998cbf68e804cd6a91dd (diff)
added unreadcounter for folders
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 6bc5b1472..31444c729 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -28,6 +28,7 @@ if ($lastViewedFeedType == OCA\News\FeedType::FOLDER && $lastViewedFeedId == $fo
echo '<li class="folder ' . $openedClass . ' ' . $activeClass . ' all_read" data-id="' . $folderId . '">';
echo '<button class="collapsable_trigger" title="' . $l->t('Collapse') . '"></button>';
echo '<a href="#" class="title">' . htmlspecialchars($folderName, ENT_QUOTES, 'UTF-8') . '</a>';
+ echo '<span class="unread_items_counter"></span>';
echo '<span class="buttons">';
echo '<button class="svg action feeds_delete" title="' . $l->t('Delete folder') . '"></button>';
echo '<button class="svg action feeds_edit" title="' . $l->t('Rename folder') . '"></button>';