[gatein-commits] gatein SVN: r9328 - epp/portal/branches/EPP_5_2_2_GA_BZ1082601/web/portal/src/main/webapp/groovy/webui/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 16 06:29:38 EDT 2014


Author: tkobayas at redhat.com
Date: 2014-04-16 06:29:37 -0400 (Wed, 16 Apr 2014)
New Revision: 9328

Modified:
   epp/portal/branches/EPP_5_2_2_GA_BZ1082601/web/portal/src/main/webapp/groovy/webui/core/UIRightClickPopupMenu.gtmpl
Log:
revert UIRightClickPopupMenu.gtmpl for GTNPORTAL-3268

Modified: epp/portal/branches/EPP_5_2_2_GA_BZ1082601/web/portal/src/main/webapp/groovy/webui/core/UIRightClickPopupMenu.gtmpl
===================================================================
--- epp/portal/branches/EPP_5_2_2_GA_BZ1082601/web/portal/src/main/webapp/groovy/webui/core/UIRightClickPopupMenu.gtmpl	2014-04-03 08:27:20 UTC (rev 9327)
+++ epp/portal/branches/EPP_5_2_2_GA_BZ1082601/web/portal/src/main/webapp/groovy/webui/core/UIRightClickPopupMenu.gtmpl	2014-04-16 10:29:37 UTC (rev 9328)
@@ -18,7 +18,7 @@
 					<%for(action in uicomponent.getActions()) {%>
 					
 					 	<div class="MenuItem"> 	
-							<a exo:attr="$action" href="javascript:void(0);" onclick="<%= uicomponent.event(action)%>; eXo.webui.UIRightClickPopupMenu.prepareObjectId(event, this)" class="ItemIcon ${action}16x16Icon" >
+							<a exo:attr="$action" href="<%= uicomponent.event(action)%>" onclick="eXo.webui.UIRightClickPopupMenu.prepareObjectId(event, this);" class="ItemIcon ${action}16x16Icon" >
 								<%=_ctx.appRes(uicomponent.getId() + ".event." + action) %>
 							</a>
 					 	</div>						
@@ -34,4 +34,4 @@
 			</div>
 		</div>
 	</div>
-</div>
+</div>
\ No newline at end of file



More information about the gatein-commits mailing list