<%@ include file="/project/include.jsp" %>


<shell:fieldset title="Erogazione">
	<table border="0" cellspacing="3" cellpadding="0" >	
		<tr>
			<td class="form-label">
				<shell:label prop="dataErogazioneDa" />
			</td>
			<td class="form-values">
				<j:bind prop="dataErogazioneDa">
					<j:text class="form-date" id="dataErogazioneDa" />
					<shell:calendar inputId="dataErogazioneDa" />
					<shell:error />
				</j:bind>	
			</td>
 		</tr>
		<tr>
			<td class="form-label">
				<shell:label prop="dataErogazioneA" />
			</td>
			<td class="form-values">
				<j:bind prop="dataErogazioneA">
					<j:text class="form-date" id="dataErogazioneA" />
					<shell:calendar inputId="dataErogazioneA" />
					<shell:error />
				</j:bind>	
			</td>
 		</tr> 	
 	</table>
</shell:fieldset>