Skip to content
Snippets Groups Projects
Commit 248107d1 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] website_mail*: fix + bundlify changes of 0c89ca: move subscription...

[FIX] website_mail*: fix + bundlify changes of 0c89ca: move subscription widget from website_mail to website_mail_group
parent 7dd10060
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,6 @@
<link rel='stylesheet' href='/website_mail/static/src/css/website_mail.css'/>
</xpath>
</template>
<template id="editor" inherit_id="website.assets_editor" name="Mail snippet">
<xpath expr="/t" position="inside">
<script type="text/javascript" src="/website_mail_group/static/src/js/website_mail_group.editor.js"></script>
</xpath>
</template>
</data>
</openerp>
......@@ -8,13 +8,18 @@
</xpath>
</template>
<template id="head" inherit_id="website.layout" name="Mail Group Customization">
<xpath expr="//head" position="inside">
<script type="text/javascript" src="/website_mail_group/static/src/js/website_mail_group.editor.js" groups="base.group_website_publisher"></script>
<template id="head" inherit_id="website.assets_frontend" name="Mail Group Snippet">
<xpath expr="/t" position="inside">
<script type="text/javascript" src="/website_mail_group/static/src/js/website_mail_group.snippet.js"></script>
</xpath>
</template>
<template id="editor" inherit_id="website.assets_editor" name="Mail Group Editor">
<xpath expr="/t" position="inside">
<script type="text/javascript" src="/website_mail_group/static/src/js/website_mail_group.editor.js" groups="base.group_website_publisher"></script>
</xpath>
</template>
<template id="mail_groups" name="Mailing Lists">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment