[IMP] highlight popup button

This commit is contained in:
David Beal
2015-07-20 14:42:28 +02:00
parent 49973b1a01
commit 4872219c34
3 changed files with 3 additions and 4 deletions

View File

@@ -13,8 +13,6 @@
<div class="page">
<b><h1 t-field="o.name"/></b>
<div t-raw="o.owner_help"/>
<hr width="70%"/>

View File

@@ -2,7 +2,7 @@
<templates>
<t t-name="ViewManagerAction" t-extend="ViewManagerAction">
<t t-jquery="h2.oe_view_title" t-operation="before">
<span class="oe_button view_help">?</span>
<span> &amp;nbsp; </span><span class="oe_button oe_highlight view_help">?</span>
</t>
</t>
</templates>

View File

@@ -3,7 +3,8 @@
<data>
<template id="assets_backend" name="custom assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/help_popup/static/src/js/popup_help.js"></script>
<script type="text/javascript"
src="/help_popup/static/src/js/popup_help.js"/>
</xpath>
</template>
</data>