attivitaHeaderExt.jsp 399 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
<%@ include file="/project/include.jsp" %>

<% if (!it.cedaf.juice.mvc.authorization.AuthHandler.getInstance().getUserAuthorizationChecker().isAuthorized("zcomman_showDescAttivita")) { %>
<script type="text/javascript">
$(document).ready(function(){
	$('tr td span#cpmt_descrizione').parent().parent().hide();
	$('textarea[name="descrizione"]').parent().parent().hide();
});    
</script>
<% } %>