Jelajahi Sumber

Merge branch 'shortUnreadCategory' of https://github.com/Alkarex/FreshRSS into Alkarex-shortUnreadCategory

Marien Fressinaud 12 tahun lalu
induk
melakukan
827859949d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/layout/aside_flux.phtml

+ 1 - 1
app/layout/aside_flux.phtml

@@ -59,7 +59,7 @@
 				<a class="btn<?php echo $c_active ? ' active' : ''; ?>" href="<?php echo _url ('index', 'index', 'get', 'c_' . $cat->id ()); ?>">
 				<a class="btn<?php echo $c_active ? ' active' : ''; ?>" href="<?php echo _url ('index', 'index', 'get', 'c_' . $cat->id ()); ?>">
 					<?php echo $cat->name (); ?>
 					<?php echo $cat->name (); ?>
 					<?php if ($catNotRead > 0) { ?>
 					<?php if ($catNotRead > 0) { ?>
-					<span class="notRead"><?php echo $catNotRead > 1 ? Translate::t ('not_reads', $catNotRead) : Translate::t ('not_read', $catNotRead); ?></span>
+					<span class="notRead" title="<?php echo $catNotRead > 1 ? Translate::t ('not_reads', $catNotRead) : Translate::t ('not_read', $catNotRead); ?>"><?php echo $catNotRead ; ?></span>
 					<?php } ?>
 					<?php } ?>
 				</a>
 				</a>
 			</div>
 			</div>