<%@ include file="/project/include.jsp" %> <center> <shell:fieldset title="E-mail"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label"> <shell:label prop="inviaMail" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="inviaMail" /> </bui:out> <bui:out modes="create, update"> <j:bind prop="inviaMail"> <j:radio displayValue="si" />${j:bundle('LBL_si')} <j:radio displayValue="no" />${j:bundle('LBL_no')} <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="oggettoEmail" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="oggettoEmail" /> </bui:out> <bui:out modes="create, update"> <j:bind prop="oggettoEmail"> <j:text class="form-long-text" size="100" /> <shell:error /> </j:bind> </bui:out> </td> </tr> <tr> <td class="form-label"> <shell:label prop="testoEmail" /> </td> <td class="form-values"> <bui:out modes="view"> <j:tile name="shell.plaintext" prop="testoEmail" /> </bui:out> <bui:out modes="create, update"> <j:bind prop="testoEmail"> <j:textarea class="form-input" cols="100" rows="20" /> <shell:error /> </j:bind> <button class="generic-button ui-state-default ui-corner-all" onClick="elencoParametriMessaggi(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/toolbar/grid.gif')}" width="16" height="16" border="0" align="absmiddle"> Elenco parametri</button> </bui:out> </td> </tr> </table> </shell:fieldset> </center>