trytond-electronic_mail-old-ts/view/user_form.xml

17 lines
747 B
XML

<?xml version="1.0"?>
<!-- This file is part electronic_mail module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id='user']/separator[@name='signature']" position="replace" />
<xpath expr="/form/notebook/page[@id='user']/field[@name='signature']" position="replace" >
<notebook colspan="4">
<page id="signature_plain" string="Signature">
<field name="signature" colspan="4"/>
</page>
<page id="signature_html" string="Signature (HTML)">
<field name="signature_html" colspan="4"/>
</page>
</notebook>
</xpath>
</data>