added support for mentions image

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@73610 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-04-18 12:23:32 +00:00
parent 5be5ac19b7
commit eeaff8ca3d
3 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,8 @@ public class SingleNotificationView extends Composite {
return images.like();
case COMMENT:
return images.comment();
case MENTION:
return images.mention();
case MESSAGE:
return images.message();
case WP_FOLDER_ADDEDUSER:

View File

@ -7,6 +7,9 @@ public interface NotificationImages extends ClientBundle {
@Source("comment.png")
ImageResource comment();
@Source("tag_blue.png")
ImageResource mention();
@Source("star_blue.png")
ImageResource like();

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B