edit.html 1.15 KB
<div style="width:550px;height:230px;overflow:auto" id="conteiner">
		<form id="form_page" class="form" method="post" enctype="multipart/form-data" onsubmit="return false">
		<input type="hidden" name="id" value="${row/g_id}"/>
		<table align="center">
			<tr>
				<td colspan="2" id="error_page" style="text-align:center;color:red;" ></td>
			</tr>
			

			<tr>
				<td width="15%" class="info" >* ${M_USERS_GROUP_NAME}</td>
				<td valign="top"><input type="text" name="g_name"  value="${row/g_name}"/></td>
			</tr>
			
			
			<tr>
				<td class="info"> * ${M_USERS_GROUPS_TYPE}</td>
				<td valign="top"><select  name="g_type" tal:content="structure row/g_type_list" /></td>
			</tr>	
			<!--
			<tr>
				<td class="info"> ${M_USERS_LIMIT_TIME_GROUP}</td>
				<td valign="top"><select  name="g_time_update_limit" tal:content="structure row/g_time_update_limit_list" /></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>