[IMP] made buttons in o2m red

bzr revid: nicolas.vanhoren@openerp.com-20120711081953-7vlui2plb4tk6p1n
This commit is contained in:
niv-openerp 2012-07-11 10:19:53 +02:00
parent 6cbb04758a
commit 9ca07da784
1 changed files with 3 additions and 3 deletions

View File

@ -1467,11 +1467,11 @@
</t>
<t t-name="AbstractFormPopup.buttons">
<t t-if="! multi_select">
<button type="button" class="oe_button oe_abstractformpopup-form-save">Save</button>
<button type="button" class="oe_button oe_abstractformpopup-form-save oe_highlight">Save</button>
</t>
<t t-if="multi_select">
<button type="button" class="oe_button oe_abstractformpopup-form-save-new">Save &amp; New</button>
<button type="button" class="oe_button oe_abstractformpopup-form-save">Save &amp; Close</button>
<button type="button" class="oe_button oe_abstractformpopup-form-save-new oe_highlight">Save &amp; New</button>
<button type="button" class="oe_button oe_abstractformpopup-form-save oe_highlight">Save &amp; Close</button>
</t>
<button type="button" class="oe_button oe_abstractformpopup-form-close">Cancel</button>
</t>