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

<j:tile slave="disposizioni" name="shell.slaveToolbar" />	

<shell:grid description="tipoDisposizione; dataRevoca; note" slave="disposizioni" />

<bui:out slave="disposizioni" modes="create,update">
	<center>
	<shell:fieldset title="Informazioni disposizione">
		<table border="0" cellspacing="3" cellpadding="0" >
			<tr>
				<td class="form-label">
					<shell:label prop="tipoDisposizione" />
				</td>
				<td class="form-data">
					<j:bind prop="tipoDisposizione">
						<j:select class="form-input" emptyOptionDescr="" />
						<shell:error />
					</j:bind>	
				</td>
	 		</tr>
			<tr>
				<td class="form-label">
					<shell:label prop="dataRevoca" />
				</td>
				<td class="form-data">
					<j:bind prop="dataRevoca">
						<j:text class="form-date" id="dataRevoca_1" />
						<shell:calendar inputId="dataRevoca_1" />
						<shell:error />
					</j:bind>
				</td>
	 		</tr>
	 	</table>
	</shell:fieldset>
	
	<shell:fieldset title="Informazioni aggiuntive">
		<table border="0" cellspacing="3" cellpadding="0" >
			<tr>
				<td class="form-label">
					<shell:label prop="note" />
				</td>
				<td class="form-values">
					<j:bind prop="note">
						<j:textarea class="form-normal-textarea" />
						<shell:error />
					</j:bind>	
				</td>
	 		</tr>
	 	</table>
	</shell:fieldset>
	</center>
</bui:out>