Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-3017 adding <a> wrappers in <img> for UIGrid template
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce authored and bdaw committed May 15, 2013
1 parent 89a0d27 commit 0be3273
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/portal/src/main/webapp/groovy/webui/core/UIGrid.gtmpl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@
actionLink = uiParent.event(action, beanId);
}
%>
<img onclick="$actionLink" alt="$title" title="$title" src="/eXoResources/skin/sharedImages/Blank.gif" class="${action}Icon"/>
<a href="javascript:;" onclick="$actionLink">
<img alt="$title" title="$title" src="/eXoResources/skin/sharedImages/Blank.gif" class="${action}Icon"/>
</a>
<% } %>
</div>
</td>
Expand Down

0 comments on commit 0be3273

Please sign in to comment.