[IMP] theme_enark: revamp the theme
task-4178071 Part of task-4177978 closes odoo/design-themes#932 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_numbers_list" inherit_id="website.s_numbers_list">
|
||||
<xpath expr="//div[hasclass('col-lg-5')]//p" position="after">
|
||||
<p><br/></p>
|
||||
<p><a href="#" class="btn btn-secondary">More details</a></p>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user