Sfoglia il codice sorgente

-fix visualizzazione sticker H pratica ospedaliera

feature/fix_soggetti
marcoalderighi 1 anno fa
parent
commit
e2994790d3
  1. 2
      liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/view.jsp
  2. 11
      liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/view_fascicolo_columns_generic.jspf

2
liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/html/fascicolo/view.jsp

@ -231,7 +231,7 @@ String dtSorteggioNullo = "2020-03-05 11:12:18.006";
</div> </div>
<div class="flex-center" style="flex: 0 0 auto;"> <div class="flex-center" style="flex: 0 0 auto;">
<c:if test="<%= intPratica.isPraticaOspedaliera() %>"> <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%;"> <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 H
</span> </span>
</c:if> </c:if>

11
liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/view_fascicolo_columns_generic.jspf

@ -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) %>

Caricamento…
Annulla
Salva