[ADD] theme 13.0

This commit is contained in:
Design
2021-05-11 15:59:09 +02:00
committed by Jeremy Kersten
commit a2747ad88b
2859 changed files with 66469 additions and 0 deletions
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- <template name="Panel Extended" id="s_panel_extended" inherit_id="website.s_panel">
<xpath expr="//div[hasclass('s_panel')]" position="attributes">
<attribute name="class"> s_panel panel panel-beta</attribute>
</xpath>
<xpath expr="//div[hasclass('s_panel')]//h3" position="replace">
<h4 class="mt0 mb0"><i class="fa fa-star fa-1x text-muted"/>Feature Title</h4>
</xpath>
</template> -->
</odoo>
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Share Extended" id="s_share_extended" inherit_id="website.s_share">
<xpath expr="//div[contains(@t-attf-class, 's_share')]" position="replace">
<div class="oe_share s_share">
<h4 class="s_share_title">Share
<i class="text-muted fa fa-hand-o-right fa-1x"/></h4>
<a target="_blank" class="oe_share_facebook" href="https://www.facebook.com/sharer/sharer.php?u={url}">
<i class="rounded-circle fa fa-facebook fa-1x"/>
</a>
<a target="_blank" class="oe_share_twitter fa-1x" href="https://twitter.com/intent/tweet?text={title}&amp;url={url}">
<i class="rounded-circle fa fa-twitter fa-1x"/>
</a>
<a target="_blank" class="oe_share_linkedin" href="http://www.linkedin.com/shareArticle?mini=true&amp;url={url}&amp;title={title}&amp;">
<i class="rounded-circle fa fa-linkedin fa-1x"/>
</a>
<a target="_blank" class="oe_share_google" href="https://plus.google.com/share?url={url}">
<i class="rounded-circle fa fa-google-plus fa-1x"/>
</a>
<a href="mailto:?body={url}&amp;subject={title}">
<i class="rounded-circle fa fa-envelope fa-1x"/>
</a>
</div>
</xpath>
</template>
</odoo>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- <template name="Well Extended" id="s_well_extended" inherit_id="website.s_well">
<xpath expr="//div[hasclass('s_well')]" position="replace">
<div class="s_well well well-gray-darker">
<span class="fa fa-exclamation-triangle fa-3x float-left"></span>
<div class="well-text">
<p>Explain the benefits you offer.<br/>Don't write about products or services here, write about solutions.</p>
</div>
</div>
</xpath>
</template> -->
</odoo>