<%@ include file="/project/include.jsp" %> <script type="text/javascript"> /** */ function annullaAttivazioneBuono() { var form = document.getElementById('annullaAttivazioneBuonoForm'); juiceSubmitForm(form, -1); } </script> <j:form id="annullaAttivazioneBuonoForm" name="annullaAttivazioneBuonoAttivazione" event="annullaAttivazioneBuono" enctype="multipart/form-data" method="POST" clientValidatorProvider="it.cedaf.juice.mvc.modules.shell.view.helper.JavascriptClientValidatorProvider"> <j:bind prop="selectedRow"> <j:hidden id="selectedRow"/> </j:bind> <j:bind prop="dmKey"> <j:hidden id="dmKey"/> </j:bind> <br> <table border="0" cellpadding="0" cellspacing="3" width="100%"> <tr> <td class="generic-label" style="padding: 4px 4px 15px 4px;">Sei sicuro di voler annullare l'attivazione del buono?</td> </tr> <tr> <td style="padding: 15px 4px 5px 4px; text-align:center;"> <button class="generic-button ui-state-default ui-corner-all" onclick="annullaAttivazioneBuono();"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle"> Conferma</button> </td> </tr> </table> </j:form>