|
|
@ -12,7 +12,7 @@ |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.TipoSoggettoUtil"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.TipoSoggettoUtil"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.util.Constants"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.shared.util.Constants"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.util.PraticaUtil"%> |
|
|
|
<%@page import="it.tref.liferay.portos.bo.util.PraticaUtil"%> |
|
|
|
<%@page import="java.util.ArrayList"%> |
|
|
|
<%@page import="java.util.ArrayList"%> |
|
|
|
<%@page import="javax.portlet.PortletURL"%> |
|
|
|
<%@page import="javax.portlet.PortletURL"%> |
|
|
@ -107,7 +107,7 @@ iteratorURL.setParameter("orderByCol", orderByCol); |
|
|
|
<liferay-portlet:param name="backURL" value="<%= iteratorURL.toString() %>" /> |
|
|
|
<liferay-portlet:param name="backURL" value="<%= iteratorURL.toString() %>" /> |
|
|
|
</liferay-portlet:renderURL> |
|
|
|
</liferay-portlet:renderURL> |
|
|
|
<liferay-ui:search-container-column-text name="#" cssClass="text-center middle-aligned"> |
|
|
|
<liferay-ui:search-container-column-text name="#" cssClass="text-center middle-aligned"> |
|
|
|
<div class="flex-center"> |
|
|
|
<div class="flex-center" style="flex: 0 0 auto;"> |
|
|
|
<c:if test="<%= intPratica.isSospesa() %>"> |
|
|
|
<c:if test="<%= intPratica.isSospesa() %>"> |
|
|
|
<span class="btn status-icon tooltip-info btn-action" title="Sospesa"> |
|
|
|
<span class="btn status-icon tooltip-info btn-action" title="Sospesa"> |
|
|
|
<span class="fa fa-circle txt-orange"></span> |
|
|
|
<span class="fa fa-circle txt-orange"></span> |
|
|
@ -121,7 +121,7 @@ iteratorURL.setParameter("orderByCol", orderByCol); |
|
|
|
<c:if test="<%= intPratica.getStatoPratica().equalsIgnoreCase( |
|
|
|
<c:if test="<%= intPratica.getStatoPratica().equalsIgnoreCase( |
|
|
|
StatoPraticaConstants.SOTTOPOSTA_A_PARERE) %>"> |
|
|
|
StatoPraticaConstants.SOTTOPOSTA_A_PARERE) %>"> |
|
|
|
<span class="display-inline-block bordered-2x border-circle bg-green txt-bold tooltip-info" |
|
|
|
<span class="display-inline-block bordered-2x border-circle bg-green txt-bold tooltip-info" |
|
|
|
title="Sottoposta a parere" style="padding:5px;margin-right:5px"> |
|
|
|
title="Sottoposta a parere" style="padding:5px;margin-right:5px;width: 100%"> |
|
|
|
<%= StatoPraticaConstants.SOTTOPOSTA_A_PARERE %> |
|
|
|
<%= StatoPraticaConstants.SOTTOPOSTA_A_PARERE %> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
@ -132,6 +132,14 @@ iteratorURL.setParameter("orderByCol", orderByCol); |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="flex-center" style="flex: 0 0 auto;"> |
|
|
|
|
|
|
|
<c:if test="<%= intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_Q4H) %>"> |
|
|
|
|
|
|
|
<span class="display-inline-block bordered-2x border-circle bg-green txt-bold tooltip-info" |
|
|
|
|
|
|
|
title="Pratica Ospedaliera" style="padding:5px;margin-right:5px;margin-top:5px;width: 100%;"> |
|
|
|
|
|
|
|
H |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</c:if> |
|
|
|
|
|
|
|
</div> |
|
|
|
</liferay-ui:search-container-column-text> |
|
|
|
</liferay-ui:search-container-column-text> |
|
|
|
<!-- SORTEGGIATA --> |
|
|
|
<!-- SORTEGGIATA --> |
|
|
|
<liferay-ui:search-container-column-text name="n-progetto" href="<%=viewURL %>" cssClass=""> |
|
|
|
<liferay-ui:search-container-column-text name="n-progetto" href="<%=viewURL %>" cssClass=""> |
|
|
|