|
|
|
@ -207,20 +207,19 @@ String dtSorteggioNullo = "2020-03-05 11:12:18.006";
|
|
|
|
|
</liferay-portlet:renderURL> |
|
|
|
|
|
|
|
|
|
<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() %>"> |
|
|
|
|
<span class="btn status-icon tooltip-info btn-action" title="Sospesa"> |
|
|
|
|
<span class="fa fa-circle txt-orange"></span> |
|
|
|
|
</span> |
|
|
|
|
</c:if> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
Manifattura Web Group per Regione Siciliana |
|
|
|
|
Le pratiche sottoposte a parere sono quelle che hanno |
|
|
|
|
statoPratica == 'SP', non quelle in status di workflow = pending |
|
|
|
|
--> |
|
|
|
|
<c:if test="<%= StatoPraticaConstants.SOTTOPOSTA_A_PARERE.equals(intPratica.getStatoPratica()) %>"> |
|
|
|
|
<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;"> |
|
|
|
|
<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;width: 100%;"> |
|
|
|
|
SP |
|
|
|
|
</span> |
|
|
|
|
</c:if> |
|
|
|
@ -230,6 +229,13 @@ String dtSorteggioNullo = "2020-03-05 11:12:18.006";
|
|
|
|
|
</span> |
|
|
|
|
</c:if> |
|
|
|
|
</div> |
|
|
|
|
<div class="flex-center" style="flex: 0 0 auto;"> |
|
|
|
|
<c:if test="<%= intPratica.isPraticaOspedaliera() %>"> |
|
|
|
|
<span class="display-inline-block bordered-2x border-circle bg-green txt-bold tooltip-info" title="Pratica Ospedaliera" style="padding: 5px;margin-right:5px;width: 100%;"> |
|
|
|
|
H |
|
|
|
|
</span> |
|
|
|
|
</c:if> |
|
|
|
|
</div> |
|
|
|
|
</liferay-ui:search-container-column-text> |
|
|
|
|
<liferay-ui:search-container-column-text name="Sorteggiata"> |
|
|
|
|
<% Sorteggio sorteggio = SorteggioLocalServiceUtil.findByIntPratica(intPratica.getIntPraticaId()); %> |
|
|
|
|