<%@ include file="/project/include.jsp" %> <script type="text/javascript"> function gotoElaboraPagamenti() { buiGotoCustomMode('Elabora', 'fromMode=view'); } function stampaLetterePagamento() { var selRow = shellGetMasterSelectedRowAndAlertIfNotSelected(); if (selRow > -1) { var codiceModello = jsLoadString('it.cedaf.icare.pagamenti.etc.LetterePagamentoCodiceFormStampaExecutor', '&selectedRow=' + selRow); if (codiceModello != '.') { showModuloInput(codiceModello, 'stampaLetterePagamentoDownload', null, null, 'Parametri di stampa...'); } else { stampaLetterePagamentoDownload(selRow); } } } function stampaLetterePagamentoDownload() { shellDownload('it.cedaf.icare.pagamenti.etc.LetterePagamentoFileContentProvider'); } </script> <shell:grid description="ente,15%;servizio,15%;descrizione,20%;dataEmissione,13%;totImporto,13%,-1,right;periodoRiferimentoDa,8%;periodoRiferimentoA,8%;dataElaborazione,8%" />