[IMP] report_webkit: remove cancel button and improved view of wizard.

bzr revid: tpa@tinyerp.com-20120615104312-n14uwl9b14khnrnc
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 16:13:12 +05:30
parent 2c921133e7
commit bd5be877db
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Add Print Buttons" col="4" version="7.0">
<header>
<button name="do_action" type="object" string="_Ok" icon="gtk-ok" />
<button string="_Cancel" icon="gtk-cancel" special="cancel" />
<button name="do_action" type="object" string="_Ok" icon="gtk-ok" class="oe_form_button_active_flow"/>
</header>
<group>
<field name="print_button"/>