Feature #10192 allow to sort feeds per recent comments

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@165131 82a268e6-3cf1-43bd-a215-b396298e98cf
Feature/26194
Massimiliano Assante 6 years ago
parent 225cdf91df
commit ef450ff5e8

@ -3,8 +3,8 @@
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
.margin {
margin-bottom: 0;
margin-top: 0;
margin-bottom: 0 !important;
margin-top: 0 !important; ;
}
</ui:style>
<g:HTMLPanel>
@ -13,30 +13,5 @@
<b:NavLink active="true" ui:field="allUpdatesLink">Post</b:NavLink>
<b:NavLink ui:field="recentCommentsLink">commented post</b:NavLink>
</b:NavPills>
<!-- <div class="feed-filters" style="display: none;"> -->
<!-- <ul> -->
<!-- <li class="first"> -->
<!-- <g:HTML>Sort by newest: </g:HTML> -->
<!-- </li> -->
<!-- <li> -->
<!-- <g:HTML ui:field="allUpdatesLink"> -->
<!-- <a>post</a> -->
<!-- </g:HTML> -->
<!-- </li> -->
<!-- <li> -->
<!-- <g:HTML ui:field="connectionsLink"></g:HTML> -->
<!-- </li> -->
<!-- <li class="final"> -->
<!-- <g:HTML ui:field="recentCommentsLink"> -->
<!-- <a>commented post</a> -->
<!-- </g:HTML> -->
<!-- </li> -->
<!-- <li class="final" style="display: none;"> -->
<!-- <g:HTML ui:field="onlyme"> -->
<!-- <a>posted by you</a> -->
<!-- </g:HTML> -->
<!-- </li> -->
<!-- </ul> -->
<!-- </div> -->
</g:HTMLPanel>
</ui:UiBinder>
Loading…
Cancel
Save