|
|
@ -57,9 +57,15 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 container-checkbox-edit-allegato"> |
|
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 container-checkbox-edit-allegato"> |
|
|
|
<% |
|
|
|
<% |
|
|
|
Soggetto titolareDigitale = SoggettoLocalServiceUtil.getValidByIntPratica_CodiceFiscale(intPraticaId, user.getScreenName()).get(0); |
|
|
|
String descrizione = null; |
|
|
|
|
|
|
|
List<Soggetto> titolari = SoggettoLocalServiceUtil.getValidByIntPratica_CodiceFiscale(intPraticaId, user.getScreenName()); |
|
|
|
|
|
|
|
if (titolari.isEmpty()) { |
|
|
|
|
|
|
|
descrizione = user.getFirstName() + StringPool.SPACE + user.getLastName() + StringPool.SPACE + user.getScreenName(); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
descrizione = titolari.get(0).getDescrizioneCompleta(); |
|
|
|
|
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
|
<aui:input type="checkbox" name="applicaFirma" label='<%= LanguageUtil.format(pageContext, "label.firma-annullamento", titolareDigitale.getDescrizioneCompleta()) %>' /> |
|
|
|
<aui:input type="checkbox" name="applicaFirma" label='<%= LanguageUtil.format(pageContext, "label.firma-annullamento", descrizione) %>' /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<aui:button-row> |
|
|
|
<aui:button-row> |
|
|
|