mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
REST command to launch User Profile page for a Person. Fix to nav image alignment on details pages.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7562 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -142,7 +142,9 @@ public class ActionLinkRenderer extends BaseRenderer
|
||||
renderActionLinkAnchor(context, out, link);
|
||||
}
|
||||
|
||||
out.write(Utils.buildImageTag(context, image, (String)link.getValue(), "-4px"));
|
||||
String verticalAlign = link.getVerticalAlign();
|
||||
out.write(Utils.buildImageTag(
|
||||
context, image, (String)link.getValue(), verticalAlign == null ? "-4px" : verticalAlign));
|
||||
|
||||
if (link.getShowLink() == false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user