inverted delete and mark as unread order so as to avoid accidental deletions
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/message-conversations@154432 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
98ac9f0b23
commit
4c498464dc
|
@ -26,11 +26,11 @@
|
|||
|
||||
</m:MaterialCollectionSecondary>
|
||||
<m:MaterialDropDown ui:field="dd" activator=""
|
||||
constrainWidth="false" gutter="-100" hover="true" belowOrigin="false">
|
||||
<m:MaterialLink textColor="BLUE_DARKEN_1" ui:field="deleteButton"
|
||||
text="Delete Message" />
|
||||
constrainWidth="false" gutter="-100" hover="true" belowOrigin="true">
|
||||
<m:MaterialLink textColor="BLUE_DARKEN_1" ui:field="setUnreadButton"
|
||||
text="Mark as unread" />
|
||||
<m:MaterialLink textColor="BLUE_DARKEN_1" ui:field="deleteButton"
|
||||
text="Delete Message" />
|
||||
</m:MaterialDropDown>
|
||||
</m:MaterialCollectionItem>
|
||||
|
||||
|
|
Loading…
Reference in New Issue