<%@ include file="/project/include.jsp"%> <script type="text/javascript"> function closeSendToDialog() { parent.parent.shellRetrieve(); } </script> <table width="100%" height="100%" style="padding: 20px 4px 4px 4px;"> <tr style="vertical-align: top;"> <td> <div class="generic-label"> <center> ${j:bundle('LBL_commons_invioOK')} <br/> <br/><br/><button class="generic-button ui-state-default ui-corner-all" onClick="closeSendToDialog(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle"> ${j:bundle('LBL_commons_chiudi')}</button> </center> </div> </td> </tr> </table>