[IMP] button : cancel button added

bzr revid: rpr@tinyerp.com-20121102054225-6dmezibzo7fdqs3y
This commit is contained in:
Rajesh Prajapati (OpenERP) 2012-11-02 11:12:25 +05:30
parent d93f4af3e9
commit 67427a59b8
2 changed files with 10 additions and 8 deletions

View File

@ -10,7 +10,11 @@
<form position="attributes">
<attribute name="string">Install Outlook Plug-In</attribute>
</form>
<xpath expr="//footer" position="replace"/>
<xpath expr="//footer" position="replace">
<footer>
<button string="Close" special="Cancel" class="oe_highlight"/>
</footer>
</xpath>
<xpath expr="//separator[@string='title']" position="after" version="7.0">
<group>
<field name="plugin32" widget="url"/>
@ -27,9 +31,6 @@
<separator string="title" position="attributes">
<attribute name="string"></attribute>
</separator>
<group><footer>
<button string="Close" special="Cancel" class="oe_highlight"/></footer>
</group>
</data>
</field>
</record>

View File

@ -10,7 +10,11 @@
<form position="attributes">
<attribute name="string">Install Thunderbird Plug-In</attribute>
</form>
<xpath expr="//footer" position="replace"/>
<xpath expr="//footer" position="replace">
<footer>
<button string="Close" special="Cancel" class="oe_highlight"/>
</footer>
</xpath>
<xpath expr="//separator[@string='title']" position="after">
<group>
<field name="thunderbird" invisible="1"/>
@ -33,9 +37,6 @@
<separator string="title" position="attributes">
<attribute name="string"></attribute>
</separator>
<group><footer>
<button string="Close" special="Cancel" class="oe_highlight"/></footer>
</group>
</data>
</field>
</record>