WEB. Added hint to star icon

This commit is contained in:
Dmitry Naumov-Socolov 2016-10-31 10:29:53 -04:00
commit 6195a5f0eb
51 changed files with 53 additions and 53 deletions

View file

@ -122,7 +122,7 @@ sort-star="<? if($_SESSION['favourites']['CRON'][$key] == 1) echo '1'; else echo
</div>
<div class="l-unit__suspended"><?=__('suspended')?></div>
<div class="text-center">
<i class="l-icon-star"></i>
<i class="l-icon-star" title="<?=__('save to favorites')?>"></i>
</div>
</div>
<!-- /.l-unit__col -->