<%@ 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> <% } %>