Added tooltip to current/previous version
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@144475 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
38dc84a74b
commit
957985aacd
|
@ -327,9 +327,9 @@ public class VersioningInfoContainer extends LayoutContainer {
|
||||||
//String val = model.get(property);
|
//String val = model.get(property);
|
||||||
|
|
||||||
if(isCurrVersion != null && isCurrVersion){
|
if(isCurrVersion != null && isCurrVersion){
|
||||||
return "<span>Yes</span>";
|
return "<span title='Current Version'>Yes</span>";
|
||||||
}else{
|
}else{
|
||||||
return "<span>No</span>";
|
return "<span title='Previous Version'>No</span>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue