[IMP]hr_holidays: remove calss and add icon to button

bzr revid: kjo@tinyerp.com-20120702092341-pn0beqbf3tnwqxwd
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-07-02 14:53:41 +05:30
parent 36b05a7194
commit 9997bd5f8d
1 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,8 @@
<field name="arch" type="xml">
<form string="Leaves by Department" version="7.0">
<header>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
<button icon="gtk-print" name="print_report" string="Print" type="object"/>
<button icon="gtk-cancel" string="Cancel" special="cancel" />
</header>
<group>
<field name="date_from" />