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.)
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | privatemsg.new_.patch | 1.15 KB | naheemsays |
| privatemsg.new_.patch | 1.14 KB | naheemsays |
Comments
Comment #1
berdirShould we use theme_mark() here?
http://api.drupal.org/api/function/theme_mark/6
Comment #2
naheemsays commentedI was using comment.module as a guide here, but I have no preferences - as long as it is there and in some colour...
Comment #3
berdirI 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?
Comment #4
naheemsays commentedDone
Comment #5
berdirAdded to 6.x-1.x-dev and 7.x-1.x-dev