summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-02 01:05:17 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-02 01:05:33 +0200
commitc20f75c9a6768a2c6ea8c5bebc6547be35c8f6f2 (patch)
treeda964aa0ec1890752fb1149098b530e63ad518aa /templates
parent2781817b362ab0f7c4f51224169b879a0d6376ce (diff)
hide unread counter with css to not have rendering problems in the beginning when binding the menu; theres no a default none folder in the dropdown menu
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feeddialog.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/part.feeddialog.php b/templates/part.feeddialog.php
index f2c6317c8..d03f04f24 100644
--- a/templates/part.feeddialog.php
+++ b/templates/part.feeddialog.php
@@ -10,6 +10,7 @@
</button>
<input id="inputfolderid" type="hidden" name="folderid" value="0" />
<ul class="menu" id="dropdownmenu">
+ <li style="margin-left: 0;" class="menuItem" onclick="News.DropDownMenu.selectItem(this, 0)"><b><?php echo $l->t('None'); ?></b></li>
<?php echo $this->inc("part.folderlist"); ?>
</ul>
</div>