|
|
@ -74,7 +74,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
|
<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> |
|
|
@ -82,7 +82,7 @@ |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
|
|
|
|
|
|
|
|
<c:if test="<%= StatoPraticaConstants.SOTTOPOSTA_A_PARERE.equalsIgnoreCase(intPratica.getStatoPratica()) %>"> |
|
|
|
<c:if test="<%= StatoPraticaConstants.SOTTOPOSTA_A_PARERE.equalsIgnoreCase(intPratica.getStatoPratica()) %>"> |
|
|
|
<span class="display-inline-block bordered-2x border-circle bg-green txt-bold tooltip-info" title="<%= LanguageUtil.get(pageContext, "stato-pratica-SP") %>" style="padding: 5px;margin-right:5px;"> |
|
|
|
<span class="display-inline-block bordered-2x border-circle bg-green txt-bold tooltip-info" title="<%= LanguageUtil.get(pageContext, "stato-pratica-SP") %>" style="padding: 5px;margin-right:5px;width: 100%;"> |
|
|
|
SP |
|
|
|
SP |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
@ -92,6 +92,13 @@ |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</div> |
|
|
|
</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;margin-top:5px;width: 100%;"> |
|
|
|
|
|
|
|
H |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</c:if> |
|
|
|
|
|
|
|
</div> |
|
|
|
</liferay-ui:search-container-column-text> |
|
|
|
</liferay-ui:search-container-column-text> |
|
|
|
<liferay-ui:search-container-column-text name="n-progetto" href="<%=rowUrl %>" cssClass="text-nowrap middle-aligned"> |
|
|
|
<liferay-ui:search-container-column-text name="n-progetto" href="<%=rowUrl %>" cssClass="text-nowrap middle-aligned"> |
|
|
|
<%= intPratica.getTitle(locale,false) %> |
|
|
|
<%= intPratica.getTitle(locale,false) %> |
|
|
|