mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] highlight popup button
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
|
||||
<div class="page">
|
||||
|
||||
<b><h1 t-field="o.name"/></b>
|
||||
|
||||
<div t-raw="o.owner_help"/>
|
||||
|
||||
<hr width="70%"/>
|
||||
|
||||
@@ -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> &nbsp; </span><span class="oe_button oe_highlight view_help">?</span>
|
||||
</t>
|
||||
</t>
|
||||
</templates>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user