<dtml-call "REQUEST.set('management_page_charset', 'UTF-8')">
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<p class="form-help">
XML Representation of this form.
</p>
<form action="manage_editXML" method="POST">
<table cellspacing="0" cellpadding="2" border="0">
<textarea wrap="off" style="width: 100%;" cols="50" rows="20" name="form_data"><dtml-var get_xml></textarea>
</table>
<input type="submit" name="save_xml" value=" Save " />
</form>
<dtml-var manage_page_footer>
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26872 20353a03-c40f-0410-a6d1-a30d3c3de9de
8b8f9f00