Sfoglia il codice sorgente

fix sticker H pratica ospedaliera

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

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

@ -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;width: 100%"> title="Sottoposta a parere" style="padding:5px;margin-right:5px;width: 35px;">
<%= StatoPraticaConstants.SOTTOPOSTA_A_PARERE %> <%= StatoPraticaConstants.SOTTOPOSTA_A_PARERE %>
</span> </span>
</c:if> </c:if>
@ -135,7 +135,7 @@ iteratorURL.setParameter("orderByCol", orderByCol);
<div class="flex-center" style="flex: 0 0 auto;"> <div class="flex-center" style="flex: 0 0 auto;">
<c:if test="<%= intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_Q4H) %>"> <c:if test="<%= intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_Q4H) %>">
<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="Pratica Ospedaliera" style="padding:5px;margin-right:5px;margin-top:5px;width: 100%;"> title="Pratica Ospedaliera" style="padding:5px;margin-right:5px;margin-top:5px;width: 35px;">
H H
</span> </span>
</c:if> </c:if>

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

@ -76,7 +76,7 @@ if (lastDettPratica == null) {
<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" <span class="display-inline-block bordered-2x border-circle bg-green txt-bold tooltip-info"
title="<%= LanguageUtil.get(pageContext, "stato-pratica-SP") %>" title="<%= LanguageUtil.get(pageContext, "stato-pratica-SP") %>"
style="padding: 5px;margin-right: 5px;width: 100%"> style="padding: 5px;margin-right: 5px;width: 35px;">
SP SP
</span> </span>
</c:if> </c:if>
@ -89,7 +89,7 @@ if (lastDettPratica == null) {
<div class="flex-center" style="flex: 0 0 auto;"> <div class="flex-center" style="flex: 0 0 auto;">
<c:if test="<%= intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_Q4H) %>"> <c:if test="<%= intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_Q4H) %>">
<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="Pratica Ospedaliera" style="padding:5px;margin-right:5px;margin-top:5px;width: 100%;"> title="Pratica Ospedaliera" style="padding:5px;margin-right:5px;margin-top:5px;width: 35px;">
H H
</span> </span>
</c:if> </c:if>

Caricamento…
Annulla
Salva