A simple enough change - new messages should now be visually marked by a "new" marker.

(I cannot seem to get wincvs working properly, so this is a manual modification of a directory diff.)

Comments

berdir’s picture

Should we use theme_mark() here?

http://api.drupal.org/api/function/theme_mark/6

naheemsays’s picture

I was using comment.module as a guide here, but I have no preferences - as long as it is there and in some colour...

berdir’s picture

I see. I'm fine with doing it the same way like comment.tpl.php. However, there is a small difference, comment.tpl.php does use drupal_ucfirst() so that you have 'New' instead of 'new'. Should we add that too?

naheemsays’s picture

StatusFileSize
new1.15 KB

Done

berdir’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Fixed

Added to 6.x-1.x-dev and 7.x-1.x-dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.