theme seen,unseen notifications

This commit is contained in:
friendica 2012-02-25 03:28:07 -08:00
parent aa67771eaa
commit 4839c235da
4 changed files with 20 additions and 16 deletions

View file

@ -124,7 +124,7 @@
eNotif.children("note").each(function(){
e = $(this);
text = e.text().format("<span class='contactname'>"+e.attr('name')+"</span>");
html = notifications_tpl.format(e.attr('href'),e.attr('photo'), text, e.attr('date'));
html = notifications_tpl.format(e.attr('href'),e.attr('photo'), text, e.attr('date'), e.attr('seen'));
nnm.append(html);
});