|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
<%@page import="com.liferay.portal.kernel.util.MapUtil"%> |
|
|
|
|
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
|
|
|
<%@page import="it.tref.liferay.portos.bo.util.AvvisoUtil"%> |
|
|
|
|
<%@page import="com.liferay.portal.kernel.util.MapUtil"%> |
|
|
|
|
<%@page import="com.liferay.portlet.documentlibrary.util.DLUtil"%> |
|
|
|
|
<%@page import="com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil"%> |
|
|
|
|
<%@page import="com.liferay.portal.kernel.repository.model.FileEntry"%> |
|
|
|
@ -153,7 +152,7 @@ List<String> nascosti = Arrays.asList(new String[] { "base64" });
|
|
|
|
|
for (Avviso avviso : avvisi) { |
|
|
|
|
String tipoDocumento = avviso.translateTipoDocumento(); |
|
|
|
|
out.print("<li><strong>" + dateFormatDateTime.format(avviso.getDtRifiuto()) + "</strong> - " + LanguageUtil.get(pageContext, tipoDocumento) + ":<br/>" |
|
|
|
|
+(Validator.isNotNull(avviso.getCommentoRifiuto()) ? avviso.getCommentoRifiuto() : "Nessun Commento")+"</li>"); |
|
|
|
|
+ (Validator.isNull(avviso.getCommentoRifiuto()) ? "Nessun Commento" : avviso.getCommentoRifiuto()) + "</li>"); |
|
|
|
|
} |
|
|
|
|
%> |
|
|
|
|
</ul> |
|
|
|
@ -176,7 +175,6 @@ List<String> nascosti = Arrays.asList(new String[] { "base64" });
|
|
|
|
|
-ms-flex-align: center; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.list-geo, .list-workflow { |
|
|
|
|
margin-left: 50px!important; |
|
|
|
|
} |
|
|
|
@ -203,14 +201,12 @@ List<String> nascosti = Arrays.asList(new String[] { "base64" });
|
|
|
|
|
color: #555; |
|
|
|
|
margin: 5px 7px 5px 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.container_header_text_attivita .text_attivita, .columns-max .control-group.field-wrapper > .control-group { |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
.text-local { |
|
|
|
|
margin-left: 35px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#updateComments .control-group.field-wrapper, #updateComments .columns-max .control-group.field-wrapper > .control-group { |
|
|
|
|
display: -webkit-box; |
|
|
|
|
display: -ms-flexbox; |
|
|
|
@ -220,11 +216,9 @@ List<String> nascosti = Arrays.asList(new String[] { "base64" });
|
|
|
|
|
align-items: center; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#updateComments .control-group.field-wrapper, #updateComments .columns-max .control-group.field-wrapper > .control-group[data-fieldname="esito"] { |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#updateComments .control-group.field-wrapper textarea, #updateComments .control-group.field-wrapper input[type="text"] { |
|
|
|
|
width: 80%; |
|
|
|
|
margin-bottom: 0px!important; |
|
|
|
@ -235,18 +229,15 @@ List<String> nascosti = Arrays.asList(new String[] { "base64" });
|
|
|
|
|
#updateComments .control-group.field-wrapper label, #updateComments .columns-max .control-group.field-wrapper > .control-group label, #updateComments .control-group.field-wrapper span.control-label { |
|
|
|
|
width: 20%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#updateComments .control-group.field-wrapper .lfr-input-date.input-large, #updateComments .columns-max .control-group.field-wrapper > .control-group select { |
|
|
|
|
margin-left: -4px; |
|
|
|
|
} |
|
|
|
|
#updateComments .control-group.field-wrapper label, #updateComments .control-group.field-wrapper .control-group.input-text-wrapper { |
|
|
|
|
margin-bottom: 0!important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#updateComments .separator { |
|
|
|
|
border-top: 1px solid #812121; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#updateComments .radio { |
|
|
|
|
width: auto!important; |
|
|
|
|
} |
|
|
|
|