edit_short.html
730 Bytes
<div style="width:850px;height:600px;overflow:auto" id="conteiner">
<form id="block_form" class="form" method="post" enctype="multipart/form-data" onsubmit="return false">
<input type="hidden" name="id" tal:attributes="value row/b_id|" />
<table align="center">
<tr>
<td class="info">* Контент</td>
<td> <textarea name="form[b_content]" style="width:700px;height:450px" tal:content="row/b_content|" /></td>
</tr>
<tr>
<td colspan="2" style="text-align:right">
<input type="button" id="save_b" onclick="o.block.save()" value="${SAVE}" />
<input type="button" onclick="wnd.close()" value="${CLOSE}" />
</td>
</tr>
</table>
</form>
</div>