[FIX] Kanban Create button should be highlighted

bzr revid: fme@openerp.com-20120628091101-yi2ql17n7hojwvv6
This commit is contained in:
Fabien Meghazi 2012-06-28 11:11:01 +02:00
parent c5c08808f7
commit 9b65efb971
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<div t-name="KanbanView.buttons" class="oe_kanban_buttons">
<t t-if="widget.options.action_buttons !== false">
<t t-if="widget._is_create_enabled()">
<button type="button" class="oe_button oe_kanban_button_new oe_form_button_hi">
<button type="button" class="oe_button oe_kanban_button_new oe_highlight">
<t t-esc="widget.options.create_text || _t('Create')"/>
</button>
</t>