|
|
|
@ -121,7 +121,7 @@ iteratorURL.setParameter("orderByCol", orderByCol);
|
|
|
|
|
<c:if test="<%= intPratica.getStatoPratica().equalsIgnoreCase( |
|
|
|
|
StatoPraticaConstants.SOTTOPOSTA_A_PARERE) %>"> |
|
|
|
|
<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 %> |
|
|
|
|
</span> |
|
|
|
|
</c:if> |
|
|
|
@ -135,7 +135,7 @@ iteratorURL.setParameter("orderByCol", orderByCol);
|
|
|
|
|
<div class="flex-center" style="flex: 0 0 auto;"> |
|
|
|
|
<c:if test="<%= intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_Q4H) %>"> |
|
|
|
|
<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 |
|
|
|
|
</span> |
|
|
|
|
</c:if> |
|
|
|
|