edit_short.html 736 Bytes
<div style="width:850px;height:600px;overflow:auto" id="conteiner">
		
		<form id="snippet_form" class="form" method="post" enctype="multipart/form-data" onsubmit="return false">
		<input type="hidden" name="id" tal:attributes="value row/snippet_id|" />
		
		<table align="center">
		

     
			<tr>
				<td class="info">* Спиппет</td>
				<td> <textarea  name="form[snippet]" style="width:700px;height:450px"  tal:content="row/snippet|" /></td>
			</tr>
			
		
		
		
			<tr>
				<td colspan="2" style="text-align:right">
					<input type="button" id="save_b" onclick="o.snippet.save()" value="${SAVE}" />
					<input type="button" onclick="wnd.close()" value="${CLOSE}" />
				</td>
				
			</tr>
		</table>

		</form>
</div>