[IMP] useability highlight select when option checked

bzr revid: fp@tinyerp.com-20121213150033-89zm08nfop2vf0fe
This commit is contained in:
Fabien Pinckaers 2012-12-13 16:00:33 +01:00
parent 1565e8c708
commit 80133457d9
1 changed files with 1 additions and 1 deletions

View File

@ -1368,7 +1368,7 @@
</t>
<t t-name="SelectCreatePopup.search.buttons">
<t t-if="! widget.options.disable_multiple_selection">
<button type="button" class="oe_button oe_selectcreatepopup-search-select" disabled="disabled">Select</button>
<button type="button" class="oe_button oe_selectcreatepopup-search-select oe_highlight" disabled="disabled">Select</button>
</t>
<button type="button" class="oe_button oe_selectcreatepopup-search-create">Create</button>
or <a class="oe_button oe_selectcreatepopup-search-close oe_bold oe_form_button_cancel" href="javascript:void(0)">Cancel</a>