[FIX] added missing or and removed duplicate class

bzr revid: jam@tinyerp.com-20120628061720-1y5oacjqehjlplqc
This commit is contained in:
Jigar Amin - OpenERP 2012-06-28 11:47:20 +05:30
parent f8ce29876c
commit c44963d631
3 changed files with 4 additions and 3 deletions

View File

@ -57,7 +57,8 @@
<form string="Configure Sales" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
<button string="Cancel" type="object" name="cancel"/>
or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
<sheet>
<field name="module_crm" invisible="1"/>

View File

@ -10,7 +10,7 @@
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" type="object" name="cancel" class="oe_link" class="oe_link"/>
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
<sheet>

View File

@ -10,7 +10,7 @@
<header>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" type="object" name="cancel" class="oe_link" class="oe_link"/>
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header>
<group string="Campaigns">