We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filename : index.html line # : 38 tag : todo md5 : a6e4e42c6bd8045665804df7e4170c73
<!-- [todo] - Remove order=unread on feeds' links, use the settings instead --> {loop="folders"} {$feeds=""} {if="isset($allFeedsPerFolder[$value->getId()])"} {$feeds=$allFeedsPerFolder[$value->getId()]} {/if} {if="isset($allEvents[$value->getId()])"} {$unreadEventsForFolder=$allEvents[$value->getId()]} {/if} <li class="folder js-folder" data-id="{$value->getId()}"> <div class="folder__item{if="isset($currentFolder) && ($value->getId() == $currentFolder->getId())"} selected{/if}"> <button class="folder__button js-toggle-button">{if="!$value->getIsopen()"}▸{else}▾{/if}</button> {function="Plugin::callHook("menu_pre_folder_link", array(&$value))"} <a href="index.php?action=selectedFolder&folder={$value->getId()}" title="{function="_t('READ_FOLDER_ITEMS')"}">{function="htmlentities($value->getName())"}</a> {if="$unreadEventsForFolder > 0"} <button class="mark-as-read js-mark-as-read js-folder-counter" title="{function="_t('MARK_AS_READ_FOLDER_ITEMS',array($unreadEventsForFolder))"}">{$unreadEventsForFolder}</button> {/if}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
filename : index.html
line # : 38
tag : todo
md5 : a6e4e42c6bd8045665804df7e4170c73
The text was updated successfully, but these errors were encountered: