Replace replace attribute and use after

issue7490 do remove replace attribute
This commit is contained in:
Raimon Esteve 2018-06-03 11:04:59 +02:00
parent 6f8361e6d2
commit 2fc166a6a1
1 changed files with 3 additions and 10 deletions

View File

@ -2,15 +2,8 @@
<!-- 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 expr="/form/notebook/page[@id='user']/field[@name='signature']" position="after">
<separator name="signature_html" colspan="4"/>
<field name="signature_html" colspan="4"/>
</xpath>
</data>