|
|
|
@ -231,19 +231,7 @@ String keywords = StringPool.BLANK;
|
|
|
|
|
</c:if> |
|
|
|
|
</div> |
|
|
|
|
</liferay-ui:search-container-column-text> |
|
|
|
|
<liferay-ui:search-container-column-text name="Sorteggiata"> |
|
|
|
|
<% Sorteggio sorteggio = SorteggioLocalServiceUtil.findByIntPratica(intPraticaId); %> |
|
|
|
|
<c:if test="<%= sorteggio != null %>"> |
|
|
|
|
<span title="Sorteggiata ed estratta"> |
|
|
|
|
<i class="relative fa fa-check-square txt-green" style="font-size:33px"></i> |
|
|
|
|
</span> |
|
|
|
|
</c:if> |
|
|
|
|
<c:if test="<%= (intPratica.getDtSorteggio() != null) && (sorteggio == null) %>"> |
|
|
|
|
<span title="Sorteggiata e non estratta"> |
|
|
|
|
<i class="relative fa fa-minus-square txt-orange" style="font-size:33px"></i> |
|
|
|
|
</span> |
|
|
|
|
</c:if> |
|
|
|
|
</liferay-ui:search-container-column-text> |
|
|
|
|
<!-- SORTEGGIATA --> |
|
|
|
|
<liferay-ui:search-container-column-text name="n-progetto" href="<%=viewURL %>" cssClass=""> |
|
|
|
|
<%= intPratica.getTitle(locale,true) %> |
|
|
|
|
</liferay-ui:search-container-column-text> |
|
|
|
|