form.html 960 Bytes
<div style="width:600px;" id="conteiner">
		<form id="form_page" class="form" method="post" enctype="multipart/form-data" onsubmit="return false">
		<input type="hidden" name="id" value="${row/id}"/>
		<input type="hidden" name="module" value="${row/module}"/>
		<table align="center">
			<tr>
				<td colspan="2" id="errors" style="text-align:center;color:red;" ></td>
			</tr>
			

			
			
			<tr>
				<td class="info">* ${M_ADMIN_COM_MSG}</td>
				<td valign="top" tal:content="structure editor">
					
				</td>
			</tr>
			
			<tr tal:condition="not:row/c_active">
				<td class="info">${CONFIRM}</td>
				<td valign="top">
					<input type="checkbox"   name="c_active" value="1"  />
				</td>
			</tr>
			
			<tr>
				<td colspan="2" style="text-align:right">
					<input type="button" onclick="table.save_page()" value="${SAVE}" />
					<input type="button" onclick="wnd.close()" value="${CLOSE}" />
				</td>
				
			</tr>
		</table>

		</form>
</div>