closeDialogModificaPianoAssistenzaBuonoTile.jsp 409 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<%@ include file="/project/include.jsp" %>

<script type="text/javascript">
registerOnDocumentLoad(function() {
	parent.hideModal('modalModificaPianoAssistenza');
	parent.cpReload();
	parent.bui_datamanagement.setChanged(CHANGED);
});	
</script>
<table border="0" cellpadding="0" cellspacing="3" width="100%">		
	<tr>
    	<td class="form-label">
  			Chiusura dialog in corso...
   		</td>
   	</tr>
</table>