diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/brokenUOactions.jsp b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/brokenUOactions.jsp
new file mode 100644
index 00000000..8f46aac6
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/brokenUOactions.jsp
@@ -0,0 +1,33 @@
+<%@page import="it.tref.liferay.portos.bo.model.IntPratica"%>
+<%@page import="com.liferay.portal.kernel.util.WebKeys"%>
+<%@page import="com.liferay.portal.kernel.dao.search.ResultRow"%>
+<%@ include file="/html/init.jsp"%>
+
+<%
+ ResultRow row = (ResultRow) request.getAttribute(WebKeys.SEARCH_CONTAINER_RESULT_ROW);
+ IntPratica intPratica = (IntPratica) row.getObject();
+ long intPraticaId = intPratica.getIntPraticaId();
+%>
+
+
+
+
+
+
+<%
+ String btnName = "fixUOBtn" + intPraticaId;
+ String formName = "fixUO" + intPraticaId;
+ String functionfixUOsc = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace() + formName + "','Sei sicuro di voler cambiare l unita operativa di questa pratica?')";
+%>
+
+
+
+
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp
index 505f62c6..befd3b49 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp
@@ -123,6 +123,7 @@
<%= AdvancedOperationUtil.getDestinationUO(scIntPratica) %>
+