Skip to content
New issue

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

Remove order=unread on feeds' links, use the settings instead [index.html] #1

Open
Simounet opened this issue Feb 22, 2014 · 0 comments

Comments

@Simounet
Copy link
Owner

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()"}&#9656;{else}&#9662;{/if}</button>
            {function="Plugin::callHook("menu_pre_folder_link", array(&$value))"}
            <a href="index.php?action=selectedFolder&amp;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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant